We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest-duplicate-parametrize-test-cases
1 parent 696edb5 commit 2099e4bCopy full SHA for 2099e4b
tests/workspace/test_builder.py
@@ -1166,7 +1166,7 @@ def test_find_current_active_pane(
1166
"___4___",
1167
False,
1168
),
1169
- (
+ ( # NOQA: PT014 RUF100
1170
textwrap.dedent(
1171
"""
1172
session_name: Should not execute
@@ -1180,7 +1180,7 @@ def test_find_current_active_pane(
1180
1181
1182
1183
1184
1185
1186
session_name: Should execute
0 commit comments