summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-08 17:26:03 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-08 17:26:03 -0500
commit9571dd02e0638f6f5443a1fd67c9ba6bfb53af78 (patch)
tree858c3b3abae2007cdcb754f2917d8cf726f2b770 /TODO.txt
parentaea3ae04da5b74f5a7cbe1a39117c15c7b4f3886 (diff)
downloadpython-coveragepy-9571dd02e0638f6f5443a1fd67c9ba6bfb53af78.tar.gz
Plugin support is in C tracer as well as Python tracer
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index f79518a..da59db7 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -29,11 +29,13 @@ Key:
- Plugins
- Clean up
- - implement plugin support in CTracer
+ + implement plugin support in CTracer
- remove plugin support from PyTracer
- add services:
- filelocator
- warning
+ - dynamic_source_filename: return should be a canonical path
+ - update the omit test to use "quux*" instead of "*quux*"
- docs
+ Make reports use filenames, not module names
- documentation