A test suite is required to help us prevent regressions, something that can easily be enabled with Travis CI on this repository.
As to frameworks, bats would be quite an easy way to write tests in the same language as the project. It can be installed easily on Travis CI, and we just create a directory of .bats files containing individual tests to test different pieces of functionality.
A test suite is required to help us prevent regressions, something that can easily be enabled with Travis CI on this repository.
As to frameworks, bats would be quite an easy way to write tests in the same language as the project. It can be installed easily on Travis CI, and we just create a directory of .bats files containing individual tests to test different pieces of functionality.