Rewrite the tests to use a real diff

This commit is contained in:
Sven van Heugten 2026-03-05 19:50:57 +01:00
parent d3b3862040
commit ceac602325
No known key found for this signature in database
GPG key ID: D612F88666F4F660
3 changed files with 14 additions and 30 deletions

View file

@ -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