Skip generating all the code to deal with "" strings in config.sh
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / TODO
CommitLineData
30e302f8 1 Test use_ok() with imports better.
2
3 Add BAIL_OUT() (little known Test::Harness feature that basically
4 declares that the universe has turned out all wrong and the test
5 will now stop what it's doing and just go back to bed.)
6
7 Add a way to ask "Are we passing so far?". Probably a
8 Test::Builder method.
9
10 Finish (start?) Test::FAQ
11
12 Expand the Test::Tutorial
13
14 Restructure the Test::More synopsis.
15
16 Decide if the exit code behavior on failure is a useful default
17 case.
18
19 $^C exception control?
20
21 Document that everything goes through Test::Builder->ok()
22
23 Add test name to diagnostic output
24
25 Put a newline before the first diagnostic failure when in Test::Harness
26
27 Trap bare exit() calls.
28
29 Add diag() to details().
30
31 Add is_passing() method to check if we're passing?
32
33 Add at_end() callback?
34
35 Combine all *output methods into outputs().
36
37 Change *output* to return the old FH, not the new one when setting.