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 | 6912eb0f0943505e785fe26659031aca06afc8ef (patch) | |
| tree | 10086b67c3d27dec14f935d2ab57822294b079cc /TODO.txt | |
| parent | 6be092a2c7af5fd887612b3af4e7afbaafbab17f (diff) | |
| download | python-coveragepy-git-6912eb0f0943505e785fe26659031aca06afc8ef.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.
|
