diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-14 14:08:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-14 14:08:04 -0400 |
commit | 3048c7084e1dd8479359d4183f712db1ebd3fc53 (patch) | |
tree | 75145b6b0b8a3d194b91d14f2891bba78ab851dc | |
parent | 94f3cc6b880031ab3976275138fba03b771b2a6e (diff) | |
download | python-coveragepy-git-3048c7084e1dd8479359d4183f712db1ebd3fc53.tar.gz |
If I'm going to keep the Python tracer, I should test it.
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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.
|