diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-14 23:28:44 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-03-14 23:28:44 -0400 |
commit | 3a33ab7b3f278669e439de43bd612c6889dcfdbe (patch) | |
tree | d1abfa8cf8d940ef20fa90ec17e09fe31034d53d | |
parent | 0c531a17ab71812eaecb03de7c1b8c3ffadcaaae (diff) | |
download | python-coveragepy-git-3a33ab7b3f278669e439de43bd612c6889dcfdbe.tar.gz |
Test the code without a C extension.
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.
|