Skip to content

Instantly share code, notes, and snippets.

@DirkR
Last active December 25, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DirkR/6973143 to your computer and use it in GitHub Desktop.
Save DirkR/6973143 to your computer and use it in GitHub Desktop.
This is a jUnit XML results file that should succeed in Jenkins.
<?xml version="1.0" encoding="utf-8"?>
<testsuite errors="0" failures="0" name="testsuite" skips="0" tests="9" time="0.142">
<testcase classname="tests.test_config" name="test_configuration" time="0.00542116165161"/>
<testcase classname="tests.test_config" name="test_old_style_configuration" time="0.00733280181885">
<system-out>WARNING: removed legacy setting &apos;shows&apos; for show &apos;nachtradio&apos; of station &apos;dlf&apos; in configuration file.
WARNING: removed legacy setting &apos;shows&apos; for show &apos;weather&apos; of station &apos;dlf&apos; in configuration file.
WARNING: removed legacy setting &apos;shows&apos; for show &apos;news&apos; of station &apos;wdr2&apos; in configuration file.
WARNING: Saved a updated version of config file as &apos;/private/var/folders/yj/yq8mj5g125q7632t201jnj1m0000gn/T/pytest-29/test_old_style_configuration0/capturadiorc.oldstyle.new&apos;.
</system-out>
</testcase>
<testcase classname="tests.test_config" name="test_change_destination" time="0.00231099128723"/>
<testcase classname="tests.test_config" name="test_station_ids" time="0.00220990180969"/>
<testcase classname="tests.test_config" name="test_add_station" time="0.00380802154541"/>
<testcase classname="tests.test_config" name="test_add_show_to_station" time="0.00267195701599"/>
<testcase classname="tests.test_config" name="test_parse_duration" time="0.000226974487305"/>
<testcase classname="tests.test_config" name="test_excluded_folders" time="0.00161790847778"/>
<testcase classname="tests.test_createrssfeed" name="test_excludedFolders" time="0.000297069549561"/>
</testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment