diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-04-25 16:26:40 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-04-25 16:26:40 -0400 |
commit | d056527b040c239bfe0b9056903ff110c0175487 (patch) | |
tree | cce5f4abb8faadcd35aa9f64d8262545fafbfc58 | |
parent | d5eb792df1b6de46626230d5a135e0bbf569f361 (diff) | |
download | python-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.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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! |