diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-17 07:34:28 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-17 07:34:28 -0500 |
| commit | b76934606e5b8b87f43c755f8427dbca4ff4b7fa (patch) | |
| tree | 21a5b23a8c2186594a6e7f07c0ddcb21cad34c46 /test | |
| parent | 0be927f6dc9eeff2f86e6b2e1ab9ae0c05b1e143 (diff) | |
| parent | 0cef5a21d3c3a14ef1e323fe5b9569cacc5e07c7 (diff) | |
| download | python-coveragepy-b76934606e5b8b87f43c755f8427dbca4ff4b7fa.tar.gz | |
Automated merge with ssh://bitbucket.org/ned/coveragepy
Diffstat (limited to 'test')
| -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 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" |
