Improve pytestconfig and add record_xml_property

This commit is contained in:
Bruno Oliveira
2018-02-27 17:19:57 -03:00
parent 7ba8a4ee75
commit 111c6d6a22
3 changed files with 20 additions and 2 deletions
+6 -1
View File
@@ -416,5 +416,10 @@ The ``request`` fixture is a special fixture providing information of the reques
pytestconfig
~~~~~~~~~~~~
Scoped-session fixture which returns the internal :class:`_pytest.config.Config` object.
.. autofunction:: _pytest.fixtures.pytestconfig()
record_xml_property
~~~~~~~~~~~~~~~~~~~
.. autofunction:: _pytest.junitxml.record_xml_property()