diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-14 20:41:34 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-14 20:41:34 -0500 |
commit | 5f5b5e7727927c9eae2c94ad5686fc8699708ac1 (patch) | |
tree | 16e690b012a26d15c35b62c6caa129c16368b076 | |
parent | 2cc18104451b2ad53329fa8decb65459037a864a (diff) | |
download | python-coveragepy-git-5f5b5e7727927c9eae2c94ad5686fc8699708ac1.tar.gz |
Note some things that need to be donecoverage-4.0a2
-rw-r--r-- | TODO.txt | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -22,11 +22,15 @@ Key: - .format() ? + try/except/finally + with assertRaises - - addCleaup instead of tearDown (only in 2.7!) + - addCleanup instead of tearDown + exec statement can look like a function in py2 (since when?) - runpy ? - - we can use "except ExcClass as e:" + + we can use "except ExcClass as e:" +- Clean up plugins +- Make reports use filenames, not module names +- implement plugin support in CTracer +- remove plugin support from PyTracer + Remove code only run on <2.6 - Change data file to json - Create data api |