turn 0.1.1
TURN is a new way to view Test::Unit results. With longer running tests, it can be very frustrating to see a failure (....F…) and then have to wait till all the tests finish before you can see what the exact failure was. TURN displays each test on a separate line with failures being displayed immediately instead of at the end of the tests. If you have the ‘facets’ gem installed, then TURN output will be displayed in wonderful technicolor (but only if your terminal supports ANSI color codes). Well, the only colors are green and red, but that is still color. Sample output: TestMyClass test_alt PASS test_alt_eq PASS test_bad FAIL ./test/test_my_class.rb:64:in `test_bad’
All Versions
| Version | Platform | Released | Documention |
|---|---|---|---|
| 0.3.0 | ruby | December 11th, 2007 | Awaiting Generation |
| 0.2.0 | ruby | November 26th, 2006 | Awaiting Generation |
| 0.1.2 | ruby | November 13th, 2006 | Awaiting Generation |
| 0.1.0 | ruby | November 10th, 2006 | Awaiting Generation |
| 0.1.1 | ruby | November 10th, 2006 | Awaiting Generation |