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.
2 parents b2b629f + 7e53f94 commit 1b53538Copy full SHA for 1b53538
changelog/3308.trivial.rst
@@ -0,0 +1 @@
1
+Fix a python example when calling a fixture in doc/en/usage.rst
doc/en/usage.rst
@@ -337,7 +337,7 @@ to all testcases you can use ``LogXML.add_global_properties``
337
my_junit.add_global_property('ARCH', 'PPC')
338
my_junit.add_global_property('STORAGE_TYPE', 'CEPH')
339
340
- @pytest.mark.usefixtures(log_global_env_facts)
+ @pytest.mark.usefixtures(log_global_env_facts.__name__)
341
def start_and_prepare_env():
342
pass
343
0 commit comments