Merge pull request #3309 from tareqalayan/issue-3308
issue #3308: fix example in documentation
This commit is contained in:
commit
1b535387bf
|
@ -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('ARCH', 'PPC')
|
||||||
my_junit.add_global_property('STORAGE_TYPE', 'CEPH')
|
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():
|
def start_and_prepare_env():
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue