bashtest
bashtest copied to clipboard
BashTest is a UNIX command-line tool for testing your bash/sh scripts
I use bashtest with great success on my zsh scripts by manually changing "bash" to "zsh" in bashtest.py: \- command = 'bash -c %s' % (quote(command)) + command = 'zsh...
In an earlier version, it was possible to put comments about the tests within the bashtest file, like so: # Make sure no file is listed $ ls This no...
I want to test https://github.com/pahaz/sshtunnel this util. But it do not have executing time. Now can use `timeout` utils for this. I need to test it!
This gives me some flexibility. I could improve this PR with an option flag to allow the ELLIPSIS option. Currently I'm fine with allowing it always.