test_ok1/doc/en
Tareq Alayan fa6acdcfd4 junitxml: add properties node in testsuite level
The commit allow users to add a properties node in testsuite level see
example below:

<testsuite errors="0" failures="0" name="pytest" skips="1" tests="1"
time="11.824">
  <properties>
    <property name="ARCH" value="PPC"/>
    <property name="OS" value="RHEL 7.2"/>
    <property name="TestPlanURL" value="https://url.."/>
    <property name="Automated" value="True"/>
  </properties>
  <testcase classname="git.....>
  </testcase>
</testsuite>

The current situation is that properties node can be added to every
testcase node. However, sometimes we need some global properties that
applies to all testcases and give better description for the testsuite
itself.
2016-03-16 13:24:33 +02:00
..
_templates Add a license section to the docs toc 2016-02-16 19:42:16 +00:00
_themes refine release process according to Bruno's feedback 2015-03-27 09:27:31 +01:00
announce Merge branch 'release-290' 2016-03-01 18:45:33 -03:00
example Regendocs 2016-02-29 15:52:56 -05:00
img - preliminary sprint page, not yet linked through the header 2016-02-05 11:34:40 +01:00
test Remove references to python pre-2.6 from docs 2015-12-16 16:16:22 -02:00
Makefile fix documentation gegeneration, kill Makefile 2015-09-22 14:22:37 +02:00
_getdoctarget.py Fix getdoctarget to ignore comment lines 2015-08-23 11:20:34 -03:00
adopt.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
assert.rst Regendocs 2016-02-29 15:52:56 -05:00
bash-completion.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
builtin.rst Add approx() to the Sphinx docs. 2016-03-07 18:14:49 -08:00
cache.rst Regendocs 2016-02-29 15:52:56 -05:00
capture.rst Regendocs 2016-02-29 15:52:56 -05:00
changelog.rst Changelog now in rst format (2.9.0 and onward) and add rst-lint check 2016-01-03 23:09:24 -02:00
check_sphinx.py added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
conf.py Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
conftest.py added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
contact.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
contents.rst Add reference to some builtin fixtures in "contents" 2016-02-23 17:26:24 -03:00
contributing.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
customize.rst Improve description on how pytest starts test collection in goodpractises 2015-12-03 01:01:34 -02:00
doctest.rst Add versionadded directive to doctest_namespace section 2016-03-02 23:37:51 -03:00
faq.rst Merge branch 'master' into features 2016-01-02 23:56:01 +01:00
feedback.rst added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
fixture.rst Regendocs 2016-02-29 15:52:56 -05:00
funcarg_compare.rst Fixed docs 2015-11-27 22:46:45 -08:00
funcargs.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
genapi.py many doc improvements and fixes 2012-10-18 12:24:50 +02:00
getting-started.rst Regendocs 2016-02-29 15:52:56 -05:00
goodpractices.rst Fix practise -> practice typo in documentation 2016-01-20 16:35:27 +01:00
index.rst Add link to license page to index.rst 2016-02-17 00:47:49 +00:00
license.rst Add full MIT license text to the docs section 2016-02-17 00:54:54 +00:00
links.inc Fix broken links 2015-07-18 14:15:07 -03:00
mark.rst Add note that using marks on fixtures is not supported 2015-08-27 20:11:18 -03:00
monkeypatch.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
naming20.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
nose.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
overview.rst Fix practise -> practice typo in documentation 2016-01-20 16:35:27 +01:00
parametrize.rst Regendocs 2016-02-29 15:52:56 -05:00
plugins.rst update docs plugin.rst typo 2016-01-11 00:11:46 -06:00
projects.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
pytest.ini added "docs/en" directory and moved 2012-06-06 08:52:53 +09:00
recwarn.rst Merge branch 'master' into features 2015-12-07 14:28:59 -08:00
setup.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
skipping.rst Regendocs 2016-02-29 15:52:56 -05:00
status.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
talks.rst Add 'Improve your testing with Pytest and Mock' video from PyCon SG 2015 2015-11-11 11:28:59 +08:00
tmpdir.rst Regendocs 2016-02-29 15:52:56 -05:00
unittest.rst Regendocs 2016-02-29 15:52:56 -05:00
usage.rst junitxml: add properties node in testsuite level 2016-03-16 13:24:33 +02:00
writing_plugins.rst Fix reference to _CallOutcome in docs 2016-02-29 17:09:31 -05:00
xdist.rst Remove references to python pre-2.6 from docs 2015-12-16 16:16:22 -02:00
xunit_setup.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30
yieldfixture.rst Updated documentation from txt to rst 2015-08-04 16:41:02 +05:30