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 | 07b188473f945262949a5ce0cf3ee7b1e943a6ee (patch) | |
tree | 3884e761d0585ff13cb2260738322940a60d0fc9 /test | |
parent | 31dd92b34e3d09b2110e1592d2931d7572b07191 (diff) | |
download | python-coveragepy-git-07b188473f945262949a5ce0cf3ee7b1e943a6ee.tar.gz |
If the C tracer is missing during testing, make the problem immediately apparent.
Diffstat (limited to 'test')
-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 724ae863..1a3bd22f 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 |