Files
image_processing/.gitmodules
T
poprhythm f5ed6617c5 Add bats test suite for image processing scripts
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/.
2026-07-03 19:49:04 -04:00

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