Comment 0 for bug 1531209

Revision history for this message
Federico Ceratto (federico-ceratto) wrote : Testr provides no real-time status

Most testing tools provide progress status e.g.:

Run with -v -v: print one dot "." for each test
Run with -v -v -v: print the name of the test being run

This would be useful to quickly spot slow/hanging tests instead of waiting for global timeouts (that can be a high value on large test suites)

Thanks.