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

View file

@ -20,8 +20,8 @@ resholve.mkDerivation {
src = fs.toSource {
root = ./.;
fileset = fs.unions [
./bin/git-check-assertions
./test/git-check-assertions.bats
./bin
./test
];
};