diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-22 22:04:46 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-22 22:04:46 -0400 |
commit | f1fa57a4b57f42694ca4d82c876e5f347dcaa381 (patch) | |
tree | 26cf4c2b8e22f2fb7ddccc78525613982e01aa48 /tests/test_farm.py | |
parent | e938c7058a1f109697de21baa34e9348594e6c59 (diff) | |
download | python-coveragepy-git-f1fa57a4b57f42694ca4d82c876e5f347dcaa381.tar.gz |
Filtering now computes coverage percentages properly.
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r-- | tests/test_farm.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py index 214681ef..18c6b4a7 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. """ |