test_ok1/testing
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
..
code mark test_comments as xfail on pypy 2016-01-25 23:18:04 -02:00
cx_freeze Fix install cx_freeze 2015-09-17 23:32:27 -03:00
python Fix CHANGELOG merge conflicts. 2016-03-14 11:55:50 -07:00
acceptance_test.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_argcomplete.py Remove code related to support python <= 2.5 2015-12-16 16:16:22 -02:00
test_assertinterpret.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_assertion.py fix formatting utf-8 error explanation 2016-02-12 20:28:06 +01:00
test_assertrewrite.py Merge branch 'master' into issue1290-at-operator 2016-02-06 09:31:42 -02:00
test_cache.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_capture.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_collection.py return non-zero exit code if no tests are collected 2015-08-18 07:35:02 -03:00
test_config.py Add bool type to addini 2016-02-14 20:52:27 -02:00
test_conftest.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_doctest.py Add a new doctest_namespace fixture 2016-03-02 12:43:57 +00:00
test_genscript.py setuptools not present issue deprecating gentest 2015-07-25 13:50:40 +02:00
test_helpconfig.py return non-zero exit code if no tests are collected 2015-08-18 07:35:02 -03:00
test_junitxml.py junitxml: add properties node in testsuite level 2016-03-16 13:24:33 +02:00
test_mark.py Remove code related to support python <= 2.5 2015-12-16 16:16:22 -02:00
test_monkeypatch.py pass trough annotated exceptions 2016-01-23 19:31:17 +01:00
test_nose.py Remove code related to support python <= 2.5 2015-12-16 16:16:22 -02:00
test_parseopt.py Remove code related to support python <= 2.5 2015-12-16 16:16:22 -02:00
test_pastebin.py Fix pastebin when captured output contains non-ascii characters 2015-12-03 20:07:18 -02:00
test_pdb.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_pluginmanager.py Add missing nodeid on pytest_logwarning call in addhook. 2015-09-28 20:23:54 -04:00
test_pytester.py streamline pytester API majorly: 2015-04-28 11:54:53 +02:00
test_recwarn.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2015-12-10 19:41:14 -02:00
test_resultlog.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
test_runner.py Simplify IndexError test. 2016-02-26 08:25:49 -04:00
test_runner_xunit.py ref #322 cleanup all teardown calling to only happen when setup succeeded. 2013-08-02 09:52:40 +02:00
test_session.py return non-zero exit code if no tests are collected 2015-08-18 07:35:02 -03:00
test_skipping.py Add test for unconditional skip with reason 2016-02-25 20:02:34 -03:00
test_terminal.py Display collect progress only when in a terminal 2016-02-20 14:38:30 -02:00
test_tmpdir.py fix flaky get_user fallback tests 2015-09-29 21:00:12 +02:00
test_unittest.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00