summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-14 14:08:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-14 14:08:04 -0400
commit3048c7084e1dd8479359d4183f712db1ebd3fc53 (patch)
tree75145b6b0b8a3d194b91d14f2891bba78ab851dc
parent94f3cc6b880031ab3976275138fba03b771b2a6e (diff)
downloadpython-coveragepy-git-3048c7084e1dd8479359d4183f712db1ebd3fc53.tar.gz
If I'm going to keep the Python tracer, I should test it.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 803cff3d..1f8633da 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -102,6 +102,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
* Tests
+ Switch to a real test runner, like nose.
+- Test both the C trace function and the Python trace function.
- Tests about the .coverage file.
- Tests about the --long-form of arguments.
- Tests about overriding the .coverage filename.