summaryrefslogtreecommitdiff
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
commit33b358159048d8be3d8f7e2ba2b1435402a412bd (patch)
tree066cf82eaa6ead9ee09c8ba3de63e7a7617c2ad7
parent9cdd7f6c36ee2f968e23879b10267c12e55c1594 (diff)
downloadpython-coveragepy-git-33b358159048d8be3d8f7e2ba2b1435402a412bd.tar.gz
Things to do
-rw-r--r--TODO.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 8b77a241..f79518a2 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.