Tests cover skip-already-processed logic, cleanup, idempotency, and the config.sh single-source-of-truth invariant. bats-core, bats-assert, and bats-support added as submodules under tests/libs/.
10 lines
357 B
Plaintext
10 lines
357 B
Plaintext
[submodule "tests/libs/bats-core"]
|
|
path = tests/libs/bats-core
|
|
url = https://github.com/bats-core/bats-core.git
|
|
[submodule "tests/libs/bats-assert"]
|
|
path = tests/libs/bats-assert
|
|
url = https://github.com/bats-core/bats-assert.git
|
|
[submodule "tests/libs/bats-support"]
|
|
path = tests/libs/bats-support
|
|
url = https://github.com/bats-core/bats-support.git
|