~ubuntu-branches/ubuntu/wily/phabricator/wily

« back to all changes in this revision

Viewing changes to src/unit/engine/__tests__/testresults/xunit.simple

  • Committer: Package Import Robot
  • Author(s): Richard Sellam
  • Date: 2014-11-01 23:20:06 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20141101232006-mvlnp0cil67tsboe
Tags: upstream-0~git20141101/arcanist
Import upstream version 0~git20141101, component arcanist

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<testsuite name="" errors="0" failures="1" skips="0" tests="3" time="0.019">
 
3
  <testcase classname="forpytest.tests" name="test_answer" time="0.0110499858856">
 
4
    <failure message="test failure">def test_answer():
 
5
&gt;       assert func(3) == 5
 
6
E       assert 4 == 5
 
7
E        +  where 4 = func(3)
 
8
 
 
9
tests.py:5: AssertionError</failure>
 
10
  </testcase>
 
11
  <testcase classname="forpytest.tests" name="test_something" time="6.29425048828e-05"/>
 
12
  <testcase classname="forpytest.tests" name="test_nothing" time="5.91278076172e-05"/>
 
13
</testsuite>