slim/.gitmodules
D4N 2dd60959bb
Add integration tests using bats (#327)
* Remove forgotten debug output

* [debug] Execute everything after -- as CMD and exit

This commit modifies how the debug command works slightly: instead of setting
CMD via a CLI flag, the debug command will instead use the default from the
image or consume everything after -- and execute that

* [test] Initialize bats & bats support libraries

* [test] Add a very simple bats test for the debug command

* Add dependabot config to update git submodules automatically

* Add a github action run executing the bats tests
2022-05-28 10:23:10 -07:00

10 lines
359 B
Plaintext

[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