From 5f5b5e7727927c9eae2c94ad5686fc8699708ac1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 14 Jan 2015 20:41:34 -0500 Subject: Note some things that need to be done --- TODO.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index d15654e1..563339a7 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 -- cgit v1.2.1