developer_notes.md

Developer Notes

Automated Testing

Developers on this project should enable automated testing to detect certain errors before making commits. To use the automated testing tools included in this repo, install the bats-core test framework, and then enable a pre-commit hook to run the included tests.

To enable the pre-commit hook, run these commands from the root of this repository:

mkdir .git/hooks
ln -s ../../pre-commit.sh .git/hooks/pre-commit


ctsit/psofa documentation built on April 19, 2022, 1:32 a.m.