summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-01-10 22:05:30 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-01-10 22:05:30 -0500
commit24b55be9b709425c5042a839e03bce50e29bd7f4 (patch)
treeb879f1703b9cc83860e289049eb6cc06aee82efb
parent831514e5eb399ec9642435d0ff5e5f7c32f40c4c (diff)
downloadpython-coveragepy-git-24b55be9b709425c5042a839e03bce50e29bd7f4.tar.gz
Keep the todo list up to date.
-rw-r--r--TODO.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 25ecc15d..ab563e41 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,6 +5,7 @@ Coverage TODO
- Config file
+ A command switch to point to the rc file.
- Write docs
+- Ship the nose and py.test plugin.
- Better omit handling that ignores files during measurement.
- Deal with ~ in specified paths correctly.
- while TRUE claims to be partial.
@@ -82,7 +83,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
directory.
- Why can't a morf also be a string, the name of a module?
- ignore by module as well as file?
-- Use a .coveragerc file to control Coverage without the programmatic API.
++ Use a .coveragerc file to control Coverage without the programmatic API.
- Own the nose --with-cover plugin.
x Why can't you specify execute (-x) and report (-r) in the same invocation?
Maybe just because -x needs the rest of the command line?