Skip to content

Instantly share code, notes, and snippets.

@tonytan4ever
Created October 30, 2015 20:47
Show Gist options
  • Save tonytan4ever/a73c075ab44204a8f4c5 to your computer and use it in GitHub Desktop.
Save tonytan4ever/a73c075ab44204a8f4c5 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?><testsuite errors="0" failures="1" name="pytest" skips="0" tests="2" time="0.027"><testcase classname="test_xfail.test_1.TestUserHandling" name="test_01" time="5.19752502441e-05"/><testcase classname="test_xfail.test_1.TestUserHandling" name="test_02" time="0.000103950500488"><failure message="AssertionError: assert 0">self = &lt;test_1.TestUserHandling testMethod=test_02&gt;
def test_02(self):
&gt; assert 0
E AssertionError: assert 0
test_xfail/test_1.py:17: AssertionError</failure></testcase></testsuite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment