[openstack-dev] [Fuel] Introducing bash unit testing

Jeremy Stanley fungi at yuggoth.org
Thu Jul 9 14:12:53 UTC 2015


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



More information about the OpenStack-dev mailing list