diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-13 16:11:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-13 16:11:00 -0500 |
commit | bfb166f1b6f2a67777ddc5bfa692bf1308413dc5 (patch) | |
tree | 84af4de3f8c8fa00b3b519e6dc84cd92255b8bd4 /tests/test_process.py | |
parent | 3cbb96efda72243f9becab3ca1f733400d6b871f (diff) | |
download | python-coveragepy-git-bfb166f1b6f2a67777ddc5bfa692bf1308413dc5.tar.gz |
Typo
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 30185eaf..b9db6c4c 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -1336,7 +1336,7 @@ class ProcessStartupWithSourceTest(ProcessCoverageMixin, CoverageTest): """ if env.METACOV: - self.skipTest("Can't test sub-process pth file suppport during metacoverage") + self.skipTest("Can't test sub-process pth file support during metacoverage") def fullname(modname): """What is the full module name for `modname` for this test?""" |