summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-06-13 21:46:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-06-13 21:46:35 -0400
commitcf7fa58279cf644c47864485260a7139d9608b2d (patch)
treeb568ddf59350961a2c4e137a4321ce12093d685e /TODO.txt
parentf198d9d2c0df551ce79d97eb448a62f8bdb0cf26 (diff)
downloadpython-coveragepy-git-cf7fa58279cf644c47864485260a7139d9608b2d.tar.gz
The 'source' option is a list of directories or packages to limit coverage's attention.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index adef82df..b45c2c87 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,10 @@
Coverage TODO
+* Cleanups discovered while doing --source:
+ - PyTracer doesn't use should_trace_cache!!
+ - optparse recommends using make_option, not Option constructor
+
+
* plugin work
+ add --cover-include.
+ add --cover-rcfile.