summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-01-27 19:37:55 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-01-27 19:37:55 -0500
commit00dee2596878616155878e462e831bf92917cecc (patch)
tree91f50135cbb8c9f629e73d9975661813ba37f8bd
parent24b55be9b709425c5042a839e03bce50e29bd7f4 (diff)
downloadpython-coveragepy-git-00dee2596878616155878e462e831bf92917cecc.tar.gz
A random idea I happened across.
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index ab563e41..cdbc6736 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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