summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-09 21:05:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-09 21:05:51 -0400
commite38d3430b0342978036abff9190dd88467f55268 (patch)
treeffd2156054eed57e20a4d5c4dace6064bc47371d /TODO.txt
parent14021d564b41b15ce0d79d46a022d6005bdb9dab (diff)
downloadpython-coveragepy-git-e38d3430b0342978036abff9190dd88467f55268.tar.gz
Complete the mock tests for the command line parser. Maybe too complete...
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 65ea5828..d18129a9 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -156,12 +156,12 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
+ 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 the --long-form of arguments.
+ Tests about overriding the .coverage filename.
- Tests about parallel mode.
+ Tests about assigning a multi-line string.
- Tests about tricky docstrings.
-- Coverage test Coverage!
++ Coverage test Coverage!
- Tests that tracing stops after calling stop()
- More intensive thread testing.
x Tests about the "import __main__" in cmdline.py