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:
parent
653a1b67bc
commit
e48e27fb52
7 changed files with 25 additions and 3 deletions
|
|
@ -20,8 +20,8 @@ resholve.mkDerivation {
|
|||
src = fs.toSource {
|
||||
root = ./.;
|
||||
fileset = fs.unions [
|
||||
./bin/git-check-assertions
|
||||
./test/git-check-assertions.bats
|
||||
./bin
|
||||
./test
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue