summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-04-25 16:26:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-04-25 16:26:40 -0400
commit6fb2452733a3f7ce27c7bdac9d79eb057cc2ab2b (patch)
treee88c5889f72f237f4e4846f5035fd916f6f9d5fd
parenta6061dd5f9f84d63c393761e35425ab3873f2f16 (diff)
downloadpython-coveragepy-6fb2452733a3f7ce27c7bdac9d79eb057cc2ab2b.tar.gz
Seems like some people want a --data switch to control the data file from the command line.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 8914136..a3c094d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -88,6 +88,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- ignore by module as well as file?
+ Use a .coveragerc file to control Coverage without the programmatic API.
- Own the nose --with-cover plugin.
+- Add a --data switch to explicitly control the data file on the command line.
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?
+ Support 2.3 - 3.1!