diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-22 18:28:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-22 18:28:51 -0400 |
commit | 41005832b16af1dc054429c78656259175f2f0ca (patch) | |
tree | ef5a2ad7531c0af1852f35b9421a3baced4e7790 /TODO.txt | |
parent | 97658fc24b38aed0457b06033e58623c96c8bd21 (diff) | |
download | python-coveragepy-git-coverage-4.0b2.tar.gz |
Don't need the .px doc toolchain any morecoverage-4.0b2
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,20 +28,20 @@ Key: + we can use "except ExcClass as e:" - Plugins - - Clean up + + Clean up + implement plugin support in CTracer + remove plugin support from PyTracer - - add services: + x add services: - filelocator - warning - dynamic_source_filename: return should be a canonical path - update the omit test to use "quux*" instead of "*quux*" - - docs + + docs + Make reports use filenames, not module names - documentation - test helpers + cov.config["run:branch"] api (well, coverage.get_option etc) - - "added in 4.0" + + "added in 4.0" - tweaks to theme? - Plugins! Once per process @@ -52,7 +52,7 @@ Key: Once per line - build process - don't publish to nedbat.com any more (but still need the sample html reports) - - don't need .px tooling + + don't need .px tooling - write a new nedbat.com/code/coverage page. - all doc links should point to rtfd + Remove code only run on <2.6 |