Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 461 Bytes

File metadata and controls

11 lines (8 loc) · 461 Bytes

shUnit2 AGENTS.md file

Coding

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

Testing

  • Unit tests can be run by calling test_runner.

Documentation

  • Use ```sh to identify code blocks holding shell scripts.