Add helper modules for bats

According to these instructions:
https://bats-core.readthedocs.io/en/stable/tutorial.html#quick-installation
This commit is contained in:
Sven van Heugten 2026-03-02 20:06:53 +01:00
parent 653a1b67bc
commit e48e27fb52
No known key found for this signature in database
GPG key ID: D612F88666F4F660
7 changed files with 25 additions and 3 deletions

9
.gitmodules vendored Normal file
View file

@ -0,0 +1,9 @@
[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
[submodule "test/test_helper/bats-file"]
path = test/test_helper/bats-file
url = https://github.com/bats-core/bats-file.git