mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-27 06:34:58 +08:00
I've reworked the test to assert on the entire output. This allows us to detect unexpected output without having to write weird "i expect this random string to *not* show up assertions", which aren't great at preventing regressions. I did have to change the code under test a little bit to make it behavior deterministically (by sorting the files it outputs). tl;dr: this demonstrates <https://github.com/Mic92/sops-nix/issues/652> but does not fix it. I will fix it in a subsequent commit. |
||
|---|---|---|
| .. | ||
| sops-import-keys-hook | ||
| sops-init-gpg-key | ||
| sops-install-secrets | ||
| sops-pgp-hook | ||
| cross-build.nix | ||
| lint.nix | ||
| sops-pgp-hook-test.nix | ||
| unit-tests.nix | ||