Rewrite the tests to use a real diff
This commit is contained in:
parent
d3b3862040
commit
ceac602325
3 changed files with 14 additions and 30 deletions
|
|
@ -2,6 +2,7 @@
|
|||
stdenv,
|
||||
lib,
|
||||
bats,
|
||||
gitMinimal,
|
||||
python3,
|
||||
python3Packages,
|
||||
shellcheck-minimal,
|
||||
|
|
@ -38,6 +39,7 @@ stdenv.mkDerivation {
|
|||
p.bats-support
|
||||
p.bats-file
|
||||
]))
|
||||
gitMinimal
|
||||
python3Packages.flake8
|
||||
shellcheck-minimal
|
||||
shfmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue