summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-14 20:41:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-14 20:41:34 -0500
commitebbece948b44671c3e25187003775a03a851e027 (patch)
tree8824e7374a292ba06b36a5f5b089431684d83e93
parentca799452c70697d98200620d95aa68388d4ea917 (diff)
downloadpython-coveragepy-ebbece948b44671c3e25187003775a03a851e027.tar.gz
Note some things that need to be donecoverage-4.0a2
-rw-r--r--TODO.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index d15654e..563339a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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