Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 544 Bytes

README.testing.md

File metadata and controls

21 lines (13 loc) · 544 Bytes

Testing

Roundup is a testing tool for shell commands/scripts.

To verify the tests work:

cd tests
./roundup

This will run the tests in all the files in tests that end in -test.sh and indicate whether they are successful or not.

A sample test is included to demonstrate how tests should be written for inclusion in roundup.

More information and examples here and here.