Marty Oehme
ceea79eb3a
Now that the project is finding a little adoption it is really high time to bring some tests into the code to ensure everything works as it should. This first version will only provide a simple test harness from which tests can slowly be written for other parts of the program.
9 lines
359 B
Text
9 lines
359 B
Text
[submodule "test/bats"]
|
|
path = test/bats
|
|
url = https://github.com/bats-core/bats-core.git
|
|
[submodule "test/test_helper/bats-support"]
|
|
path = test/test_helper/bats-support
|
|
url = https://github.com/bats-core/bats-support.git
|
|
[submodule "test/test_helper/bats-assert"]
|
|
path = test/test_helper/bats-assert
|
|
url = https://github.com/bats-core/bats-assert.git
|