On 2015-07-09 11:24:14 +0300 (+0300), Matthew Mosesohn wrote: > What about bashate? It is already in use in several OpenStack projects? [...]
It's a style checker (its name is an allusion to the "pep8" tool for checking Python coding style conventions). And shellcheck (mentioned later in this thread) is a static code analysis tool for shell scripts (analogous to pylint/pyflakes in the Python world). Both potentially useful tools for helping you maintain code quality on shell script based projects, but neither of these is a unit testing framework. -- Jeremy Stanley __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
