[issue24215] test_trace uses test_pprint

Serhiy Storchaka report at bugs.python.org
Sun Jun 3 11:47:58 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There is different failure when run this test separately:

$ ./python -m test -v -m test_coverage test_trace
...
======================================================================
FAIL: test_coverage (test.test_trace.TestCoverage)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/test/test_trace.py", line 318, in test_coverage
    self.assertIn("pprint.cover", files)
AssertionError: 'pprint.cover' not found in ['warnings.cover', 'unittest.case.cover', 'test.support.__init__.cover', 'test.test_pprint.cover', 'trace.cover', 'platform.cover', 'weakref.cover', 'unittest.loader.cover', 'unittest.util.cover', 'copy.cover', 'unittest.runner.cover', 'unittest.result.cover', 'unittest.suite.cover', 'unittest.signals.cover', 'test.test_set.cover']

----------------------------------------------------------------------

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24215>
_______________________________________


More information about the Python-bugs-list mailing list