You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a test that is skipped, the test case still is inserted into the xml, and the skips attribute is incremented, but the tests attribute is not. This causes a mismatch between the number of test cases, and the number in the tests attribute:
def test_fail():
> assert False
E assert False
test_uninstall.py:13: AssertionError/Users/jtowler/source/clover/web_testing/conftest.py:164: <py._xmlgen.raw object at 0x10ac03d50>
The text was updated successfully, but these errors were encountered:
If you have a test that is skipped, the test case still is inserted into the xml, and the skips attribute is incremented, but the tests attribute is not. This causes a mismatch between the number of test cases, and the number in the tests attribute:
def test_fail():> assert False
E assert False
test_uninstall.py:13: AssertionError/Users/jtowler/source/clover/web_testing/conftest.py:164: <py._xmlgen.raw object at 0x10ac03d50>
The text was updated successfully, but these errors were encountered: