issue #3308: fix example in documentation
https://github.com/pytest-dev/pytest/issues/3308
This commit is contained in:
parent
b2b629f462
commit
7e53f9432c
|
@ -0,0 +1 @@
|
|||
Fix a python example when calling a fixture in doc/en/usage.rst
|
|
@ -337,7 +337,7 @@ to all testcases you can use ``LogXML.add_global_properties``
|
|||
my_junit.add_global_property('ARCH', 'PPC')
|
||||
my_junit.add_global_property('STORAGE_TYPE', 'CEPH')
|
||||
|
||||
@pytest.mark.usefixtures(log_global_env_facts)
|
||||
@pytest.mark.usefixtures(log_global_env_facts.__name__)
|
||||
def start_and_prepare_env():
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue