We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc1810 commit 5f5b5e7Copy full SHA for 5f5b5e7
TODO.txt
@@ -22,11 +22,15 @@ Key:
22
- .format() ?
23
+ try/except/finally
24
+ with assertRaises
25
- - addCleaup instead of tearDown (only in 2.7!)
+ - addCleanup instead of tearDown
26
+ exec statement can look like a function in py2 (since when?)
27
- runpy ?
28
- - we can use "except ExcClass as e:"
+ + we can use "except ExcClass as e:"
29
30
+- Clean up plugins
31
+- Make reports use filenames, not module names
32
+- implement plugin support in CTracer
33
+- remove plugin support from PyTracer
34
+ Remove code only run on <2.6
35
- Change data file to json
36
- Create data api
0 commit comments