diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-27 19:37:55 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-01-27 19:37:55 -0500 |
commit | 00dee2596878616155878e462e831bf92917cecc (patch) | |
tree | 91f50135cbb8c9f629e73d9975661813ba37f8bd | |
parent | 24b55be9b709425c5042a839e03bce50e29bd7f4 (diff) | |
download | python-coveragepy-git-00dee2596878616155878e462e831bf92917cecc.tar.gz |
A random idea I happened across.
-rw-r--r-- | TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ x Why can't you specify execute (-x) and report (-r) in the same invocation? - Different categories of exclude pragma? So you can enable and disable them from the command line, to reconsider exclusions. - Reporting on files never touched by coverage (package completeness) +- A setup.py command? http://jeetworks.org/node/50 * Beauty |