diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-02 13:40:12 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-02 13:40:12 -0500 |
commit | 962f5506014371d5fa3a01379a5891fd2e155eff (patch) | |
tree | f4f3aa22d939fd28626dcca638835acfb9244505 /test/test_process.py | |
parent | 67e4df6c341e3e4e7eaa7ca33bbc236b62ea177c (diff) | |
download | python-coveragepy-git-962f5506014371d5fa3a01379a5891fd2e155eff.tar.gz |
Spaces
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index 27f2cf27..a68f9c42 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -369,7 +369,7 @@ class ProcessTest(CoverageTest): self.assertNotIn("Exception", out) if sys.version_info >= (3, 0): # This only works on 3.x for now. - # It only works with the C tracer, + # It only works with the C tracer, c_tracer = os.getenv('COVERAGE_TEST_TRACER', 'c') == 'c' # and if we aren't measuring ourselves. metacov = os.getenv('COVERAGE_COVERAGE', '') != '' |