diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-10 07:30:40 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-10 07:30:40 -0500 |
commit | b6fdbb4c0c8f88601aecb348b6f479b3e9c54ca8 (patch) | |
tree | 8b6bda21e77d5726115680d7c6d7bc7fea910f61 /test/test_process.py | |
parent | 4a2e97025e293c898eba2898a86b712cfe7a378a (diff) | |
download | python-coveragepy-git-b6fdbb4c0c8f88601aecb348b6f479b3e9c54ca8.tar.gz |
If we're going to skip the test during meta-coverage, then it won't be covered.
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 cfc5a926..6d1e1fd0 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" |