-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
It would be swell if there was a command line option to run pytddmon in "text only" mode:
$ python pytddon.py --textui
13:21 OK - Found 4 test(s). All tests passed.
13:23 FAIL - Found 5 test(s). 4 out of 5 tests passed.
.. or similar text output, could be even more minimalistic really:
$ python pytddon.py --textui
4/4 OK
4/5 (!!!)