diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-07 09:53:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-07-07 09:53:36 -0400 |
commit | b395676e69dc3a4ec3ca39e1bd1bd711089f4f9c (patch) | |
tree | 1484f53820ab4fffd0ddb4a12f86e539c3e850ee /test/test_oddball.py | |
parent | 1115b784fdbb2bfbf4555f590e569b80a6899b6e (diff) | |
download | python-coveragepy-b395676e69dc3a4ec3ca39e1bd1bd711089f4f9c.tar.gz |
If the C tracer is missing during testing, make the problem immediately apparent.
Diffstat (limited to 'test/test_oddball.py')
-rw-r--r-- | test/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_oddball.py b/test/test_oddball.py index 724ae86..1a3bd22 100644 --- a/test/test_oddball.py +++ b/test/test_oddball.py @@ -131,7 +131,7 @@ class RecursionTest(CoverageTest): class MemoryLeakTest(CoverageTest): """Attempt the impossible: test that memory doesn't leak. - Note: this test is truly unusual, and may fail unexpectedly. + Note: this test is truly unusual, and may fail unexpectedly. In particular, it is known to fail on PyPy if test_oddball.py is run in isolation: https://bitbucket.org/ned/coveragepy/issue/186 |