summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-10 07:30:40 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-10 07:30:40 -0500
commit8d1241bf1bdef27a0e5d6c7615e54ba2d0079d6e (patch)
tree673cc8a58520a5a51d25ede9ff8ddd9968ac3d8c /test
parentc2b8a4aac5c0953ab868ffa7b3904b43b8e9fe8b (diff)
downloadpython-coveragepy-8d1241bf1bdef27a0e5d6c7615e54ba2d0079d6e.tar.gz
If we're going to skip the test during meta-coverage, then it won't be covered.
Diffstat (limited to 'test')
-rw-r--r--test/test_process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py
index cfc5a92..6d1e1fd 100644
--- a/test/test_process.py
+++ b/test/test_process.py
@@ -483,7 +483,7 @@ class ProcessStartupTest(CoverageTest):
# Clean up the .pth file we made.
os.remove(self.pth_path)
- def test_subprocess_with_pth_files(self):
+ def test_subprocess_with_pth_files(self): # pragma: not covered
if os.environ.get('COVERAGE_COVERAGE', ''):
raise SkipTest(
"Can't test subprocess pth file suppport during metacoverage"