When using a BDD-style wrapper to write tests, the output isn't as nice as I
would like. I've attached a patch to the output code which will check test
names for a leading "test ", strip that and concatenate it with the test case
name using a space rather than a period.
The result is:
* Widget should rotate
rather than the current:
* Widget.test should rotate
Original issue reported on code.google.com by jabradford@gmail.com on 13 Apr 2011 at 8:22
Original issue reported on code.google.com by
jabradford@gmail.com
on 13 Apr 2011 at 8:22Attachments: