diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-02 10:08:02 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-02 10:08:02 -0500 |
| commit | fb07857ab135233de7dab547ddd75411a19d84cf (patch) | |
| tree | 263b10874eb0bae81d003cd8f600ccf575e2fb78 /TODO.txt | |
| parent | 745abd7a626b754031e6bff298ca9098a307ece2 (diff) | |
| download | python-coveragepy-fb07857ab135233de7dab547ddd75411a19d84cf.tar.gz | |
CodeParser couldn't deal with being passed the text directly.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.
|
