summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-16 22:16:09 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-16 22:16:09 -0500
commit120fcf1560e9b735dbf72ed173c717eef1fff514 (patch)
tree87fd8b195c8216da26d3ab934c29de7f0b651921 /TODO.txt
parent7bdce80a45920e3888ac0366fdbfb54c6604eba6 (diff)
downloadpython-coveragepy-git-120fcf1560e9b735dbf72ed173c717eef1fff514.tar.gz
Classes shouldn't be marked as branches. Fixes #32.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index c5d1e9c5..01e886c1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -174,7 +174,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation?
+ Switch to a real test runner, like nose.
+ Test both the C trace function and the Python trace function.
-- parser.py has no direct tests.
++ parser.py has no direct tests.
- Tests about the .coverage file.
+ Tests about the --long-form of arguments.
+ Tests about overriding the .coverage filename.