summaryrefslogtreecommitdiff
path: root/tests/test_cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-08 08:51:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-08 08:51:50 -0400
commitbe56604d3c532e507b25c983a4e761a15dc8f9a8 (patch)
tree0916f71c6d88f960b294ac6371fad53826b80d57 /tests/test_cmdline.py
parent74854e89065ee6ea4abbffb1dbd2cbcc81e306b4 (diff)
downloadpython-coveragepy-be56604d3c532e507b25c983a4e761a15dc8f9a8.tar.gz
Did that
Diffstat (limited to 'tests/test_cmdline.py')
-rw-r--r--tests/test_cmdline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_cmdline.py b/tests/test_cmdline.py
index ff31fae..695c3be 100644
--- a/tests/test_cmdline.py
+++ b/tests/test_cmdline.py
@@ -8,7 +8,6 @@ from coverage.misc import ExceptionDuringRun
from tests.coveragetest import CoverageTest, OK, ERR
-# TODO: base these tests on new cmdline, not old.
class BaseCmdLineTest(CoverageTest):
"""Tests of execution paths through the command line interpreter."""