diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-26 14:53:03 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-26 14:53:03 -0500 |
commit | c079c0afa6f00bb89fe40e00508ac469f7b14cbb (patch) | |
tree | b83ee69fce8238889c020df5d968d6507866922d /test/test_coverage.py | |
parent | 27864c812b0ae954e9adabe81ed19cbf8f407c2b (diff) | |
download | python-coveragepy-git-c079c0afa6f00bb89fe40e00508ac469f7b14cbb.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.py | 8 |
1 files changed, 0 insertions, 8 deletions
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. |