summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-03-14 23:28:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-03-14 23:28:44 -0400
commit3a33ab7b3f278669e439de43bd612c6889dcfdbe (patch)
treed1abfa8cf8d940ef20fa90ec17e09fe31034d53d
parent0c531a17ab71812eaecb03de7c1b8c3ffadcaaae (diff)
downloadpython-coveragepy-git-3a33ab7b3f278669e439de43bd612c6889dcfdbe.tar.gz
Test the code without a C extension.
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1f8633da..a723b54c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -102,7 +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.
++ 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.