Skip to content

Commit

Permalink
Note some things that need to be done
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 15, 2015
1 parent 2cc1810 commit 5f5b5e7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f5b5e7

Please sign in to comment.