summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-31 12:11:05 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-31 12:11:05 -0500
commitd59824c976c876fe00b8b05223041fdf4b9c43db (patch)
treec2e4b2d3d916e76cdaf1f689599e8b46dabe7f6a /TODO.txt
parentae04c66a9f429f47bdf3b8935013df30124ce914 (diff)
downloadpython-coveragepy-d59824c976c876fe00b8b05223041fdf4b9c43db.tar.gz
Things to do
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 8b77a24..f79518a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -27,15 +27,22 @@ Key:
- runpy ?
+ we can use "except ExcClass as e:"
-- Clean up plugins
+- Plugins
+ - Clean up
+ - implement plugin support in CTracer
+ - remove plugin support from PyTracer
+ - add services:
+ - filelocator
+ - warning
+ - docs
+ Make reports use filenames, not module names
-- implement plugin support in CTracer
-- remove plugin support from PyTracer
- documentation
+ - test helpers
+ - cov.config["run:branch"] api
+ - "added in 4.0"
+ Remove code only run on <2.6
- Change data file to json
- Create data api
-- New ast-based branch coverage?
+ gevent, etc.
+ Remove the old command-line syntax
+ A pain, b/c of the structure of the tests.