diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-09 21:05:51 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-09 21:05:51 -0400 |
| commit | e38d3430b0342978036abff9190dd88467f55268 (patch) | |
| tree | ffd2156054eed57e20a4d5c4dace6064bc47371d /TODO.txt | |
| parent | 14021d564b41b15ce0d79d46a022d6005bdb9dab (diff) | |
| download | python-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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|
