- Coding standards can be found in
CONTRIBUTING.md. - shUnit2 is designed to work with many shells, across many *nix operating systems. For this reason, many modern "bash-isms" and such should be avoided in order to maintan as much cross-OS and cross-shell compatibility as possible.
- Unit tests can be run by calling
test_runner.
- Use ```sh to identify code blocks holding shell scripts.