summaryrefslogtreecommitdiff
path: root/TODO.txt
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
commit4974ced885c2488069446418f0a7c94f5a5e8c82 (patch)
treedf2e7b7d5b8bda2730f6d56fe0f7308f038af54b /TODO.txt
parent3acd480367a2c044187865a9b2881f1345563313 (diff)
downloadpython-coveragepy-4974ced885c2488069446418f0a7c94f5a5e8c82.tar.gz
Test the code without a C extension.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 1f8633d..a723b54 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.