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
commitd056527b040c239bfe0b9056903ff110c0175487 (patch)
treecce5f4abb8faadcd35aa9f64d8262545fafbfc58
parentd5eb792df1b6de46626230d5a135e0bbf569f361 (diff)
downloadpython-coveragepy-git-d056527b040c239bfe0b9056903ff110c0175487.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 8914136c..a3c094d4 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!