We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 (!!!)
The text was updated successfully, but these errors were encountered:
This is especially useful for dwm like environments, as a floating mini window does not play nice at all with them! :)
Sorry, something went wrong.
No branches or pull requests
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 (!!!)
The text was updated successfully, but these errors were encountered: