diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-02 13:40:12 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-02 13:40:12 -0500 |
| commit | 962f5506014371d5fa3a01379a5891fd2e155eff (patch) | |
| tree | f4f3aa22d939fd28626dcca638835acfb9244505 /test/farm | |
| parent | 67e4df6c341e3e4e7eaa7ca33bbc236b62ea177c (diff) | |
| download | python-coveragepy-git-962f5506014371d5fa3a01379a5891fd2e155eff.tar.gz | |
Spaces
Diffstat (limited to 'test/farm')
| -rw-r--r-- | test/farm/run/run_timid.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/run/run_timid.py b/test/farm/run/run_timid.py index 64be5817..ce78fff1 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.") |
