summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-02 10:08:02 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-02 10:08:02 -0500
commitfb07857ab135233de7dab547ddd75411a19d84cf (patch)
tree263b10874eb0bae81d003cd8f600ccf575e2fb78 /TODO.txt
parent745abd7a626b754031e6bff298ca9098a307ece2 (diff)
downloadpython-coveragepy-fb07857ab135233de7dab547ddd75411a19d84cf.tar.gz
CodeParser couldn't deal with being passed the text directly.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 293ffcc..ebf9ad7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -7,6 +7,7 @@ Coverage TODO
- parser is doing some redundant work.
- while TRUE claims to be partial?
- Analysis class should do rolling up of stats also.
+- Update docs for --branch.
* Speed
@@ -167,6 +168,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.
- Tests about the .coverage file.
+ Tests about the --long-form of arguments.
+ Tests about overriding the .coverage filename.