Created
October 30, 2015 20:47
-
-
Save tonytan4ever/a73c075ab44204a8f4c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 = <test_1.TestUserHandling testMethod=test_02> | |
def test_02(self): | |
> 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