summaryrefslogtreecommitdiff
path: root/test/test_coverage.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-26 14:53:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-26 14:53:03 -0500
commitfcc877583dd30e10f64ffe6b1619a71a27882b70 (patch)
treeeaa0dc32692c8b2fd168861f5b2dd31da56c2767 /test/test_coverage.py
parent3d44754bc157f7625075451a0518273bfc3621da (diff)
downloadpython-coveragepy-fcc877583dd30e10f64ffe6b1619a71a27882b70.tar.gz
Tired of these TODO's that I'm not going to do anything about.
Diffstat (limited to 'test/test_coverage.py')
-rw-r--r--test/test_coverage.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_coverage.py b/test/test_coverage.py
index b9d622c..23990cc 100644
--- a/test/test_coverage.py
+++ b/test/test_coverage.py
@@ -1704,11 +1704,3 @@ class ProcessTest(CoverageTest):
if __name__ == '__main__':
print("Testing under Python version: %s" % sys.version)
unittest.main()
-
-
-# TODO: split "and" conditions across lines, and detect not running lines.
-# (Can't be done: trace function doesn't get called for each line
-# in an expression!)
-# TODO: Generator comprehensions?
-# TODO: Constant if tests ("if 1:"). Py 2.4 doesn't execute them.
-# TODO: There are no tests for analysis2 directly.