summaryrefslogtreecommitdiff
path: root/TODO.txt
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
commit34e4e761dc95906a8f7be32e84d3f70e46c436ea (patch)
treeb313e0653f3f517f006313b85b71c21cb8199c67 /TODO.txt
parented71da4fab2d86247a1b73f6b22b10fccdae2fc2 (diff)
downloadpython-coveragepy-34e4e761dc95906a8f7be32e84d3f70e46c436ea.tar.gz
A random idea I happened across.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index ab563e4..cdbc673 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