bashtest icon indicating copy to clipboard operation
bashtest copied to clipboard

BashTest is a UNIX command-line tool for testing your bash/sh scripts

Results 6 bashtest issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

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!

enhancement
question
wontfix

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.