Created
November 16, 2014 18:15
-
-
Save davidszotten/02c101f0bc268a8d7741 to your computer and use it in GitHub Desktop.
coverage test run output
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
| py27 runtests: commands[3] | /home/david/cov_src/.tox/py27/bin/python setup.py --quiet build_ext --inplace | |
| py27 runtests: commands[4] | /home/david/cov_src/.tox/py27/bin/python igor.py test_with_tracer c | |
| === CPython 2.7.2+ with C tracer (.tox/py27/bin/python) === | |
| ....................................................................................................................................................................................................................................................................................................................................................................E.......................................................................................... | |
| ====================================================================== | |
| ERROR: test_subprocess_with_pth_files (tests.test_process.ProcessStartupTest) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/david/cov_src/tests/test_process.py", line 673, in test_subprocess_with_pth_files | |
| self.assertEqual(data.summary()['sub.py'], 2) | |
| KeyError: 'sub.py' | |
| ---------------------------------------------------------------------- | |
| Ran 447 tests in 13.448s | |
| FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment