summaryrefslogtreecommitdiff
path: root/tests/test_farm.py
diff options
context:
space:
mode:
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 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.
"""