🧪 Add simple test framework
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.
This commit is contained in:
parent
edd5ebd743
commit
ceea79eb3a
5 changed files with 29 additions and 0 deletions
1
test/test_helper/bats-assert
Submodule
1
test/test_helper/bats-assert
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ffe84ea5dd43b568851549b3e241db150c12929c
|
||||
1
test/test_helper/bats-support
Submodule
1
test/test_helper/bats-support
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 3c8fadc5097c9acfc96d836dced2bb598e48b009
|
||||
Loading…
Add table
Add a link
Reference in a new issue