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
commited71da4fab2d86247a1b73f6b22b10fccdae2fc2 (patch)
tree4fd6a4c34eaa3932b982e1c82a9fdbefc9150d01
parentbcef85b711928099af29ae4369bf189fa73d853f (diff)
downloadpython-coveragepy-ed71da4fab2d86247a1b73f6b22b10fccdae2fc2.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 25ecc15..ab563e4 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?