Skip to content

Commit 5f5b5e7

Browse files
committed
Note some things that need to be done
1 parent 2cc1810 commit 5f5b5e7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

TODO.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,15 @@ Key:
2222
- .format() ?
2323
+ try/except/finally
2424
+ with assertRaises
25-
- addCleaup instead of tearDown (only in 2.7!)
25+
- addCleanup instead of tearDown
2626
+ exec statement can look like a function in py2 (since when?)
2727
- runpy ?
28-
- we can use "except ExcClass as e:"
28+
+ we can use "except ExcClass as e:"
2929

30+
- Clean up plugins
31+
- Make reports use filenames, not module names
32+
- implement plugin support in CTracer
33+
- remove plugin support from PyTracer
3034
+ Remove code only run on <2.6
3135
- Change data file to json
3236
- Create data api

0 commit comments

Comments
 (0)