Updated documentation

pull/1060/head
Nils Winkler 2017-10-04 08:51:31 +02:00
parent 2691a5b138
commit efc09fe454
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ To run the test suite, simply execute the following in the directory where you c
test/run test/run
``` ```
This command will clone the [Bats Test Framework](https://github.com/sstephenson/bats) to a local directory and then run the test suite found in the [test](test) folder. This command will ensure that the [Bats Test Framework](https://github.com/bats-core/bats-core) is available in a local directory (it's included as a Git submodule) and then run the test suite found in the [test](test) folder.
The test script will execute each test in turn, and will print a status for each test case. The test script will execute each test in turn, and will print a status for each test case.
When adding new test cases, please take a look at the existing test cases for examples. When adding new test cases, please take a look at the existing test cases for examples.