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.
1 parent ad8c337 commit 352397cCopy full SHA for 352397c
launch_testing/launch_testing/pytest/plugin.py
@@ -150,8 +150,8 @@ def is_launch_test_mark_valid(item):
150
ret = 'fixture' in kwargs and kwargs['fixture'] is not None
151
if not ret:
152
msg = (
153
- '"fixture" keyword argument is required in a pytest.mark.launch_testing() '
154
- f'decorator')
+ '"fixture" keyword argument is required in a pytest.mark.launch_testing() '
+ f'decorator')
155
item.warn(LaunchTestWarning(msg))
156
item.add_marker(pytest.mark.skip(msg))
157
return ret
0 commit comments