summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-22 22:04:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-22 22:04:46 -0400
commitbdff9572a03fea704c4ef2f3ff021634b7f31c7b (patch)
tree037dcc57fcc6b941478b1979f8806cbba26a6771 /tests/test_farm.py
parent059b19d26dbc105340ffe4f150a1d2034956c3a3 (diff)
downloadpython-coveragepy-bdff9572a03fea704c4ef2f3ff021634b7f31c7b.tar.gz
Filtering now computes coverage percentages properly.
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r--tests/test_farm.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py
index 214681e..18c6b4a 100644
--- a/tests/test_farm.py
+++ b/tests/test_farm.py
@@ -4,7 +4,6 @@ import difflib, filecmp, fnmatch, glob, os, re, shutil, sys
from nose.plugins.skip import SkipTest
from tests.backtest import run_command, execfile # pylint: disable=W0622
-from tests.coveragetest import CoverageTest
from coverage.control import _TEST_NAME_FILE
@@ -367,7 +366,7 @@ def main(): # pragma: not covered
Commands:
run testcase ... - Run specific test case(s)
- out testcase ... - Run test cases, but don't clean up, to see the output.
+ out testcase ... - Run test cases, but don't clean up, leaving output.
clean - Clean all the output for all tests.
"""