summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-12-02 13:40:12 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-12-02 13:40:12 -0500
commit9c1cd0a3bb3a1a6e1a7848fb816fa05cbb8e8298 (patch)
tree445e337bc478d6bd52d503f2841301838239702a /test
parentc0177fe25dc8d4802145bc7d035398333f0f99c0 (diff)
downloadpython-coveragepy-9c1cd0a3bb3a1a6e1a7848fb816fa05cbb8e8298.tar.gz
Spaces
Diffstat (limited to 'test')
-rw-r--r--test/farm/run/run_timid.py2
-rw-r--r--test/test_process.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/farm/run/run_timid.py b/test/farm/run/run_timid.py
index 64be581..ce78fff 100644
--- a/test/farm/run/run_timid.py
+++ b/test/farm/run/run_timid.py
@@ -9,7 +9,7 @@
import os
-# When meta-coverage testing, this test doesn't work, because it finds
+# When meta-coverage testing, this test doesn't work, because it finds
# coverage.py's own trace function.
if os.environ.get('COVERAGE_COVERAGE', ''):
skip("Can't test timid during coverage measurement.")
diff --git a/test/test_process.py b/test/test_process.py
index 27f2cf2..a68f9c4 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', '') != ''