summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index 70bcdb46..79a8339d 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -63,7 +63,7 @@ class BaseCmdLineTest(CoverageTest):
"""
m = self.model_object()
- ret = coverage.CoverageScript(
+ ret = coverage.cmdline.CoverageScript(
_covpkg=m, _run_python_file=m.run_python_file,
_run_python_module=m.run_python_module, _help_fn=m.help_fn
).command_line(shlex.split(args))