From c079c0afa6f00bb89fe40e00508ac469f7b14cbb Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 26 Nov 2009 14:53:03 -0500 Subject: Tired of these TODO's that I'm not going to do anything about. --- test/test_coverage.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/test_coverage.py') diff --git a/test/test_coverage.py b/test/test_coverage.py index b9d622cd..23990ccd 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. -- cgit v1.2.1