diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 18:01:02 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-24 18:24:58 +0100 |
commit | 445ee1fa4a9e82250d21c66ba957a1e19077efd9 (patch) | |
tree | 6efbe6a5fe6fcad0da3b57443b246f53eaa81588 /tests/README.md | |
parent | fix(modules/nvim/opts): Ensure a consistent fileformat (diff) | |
download | nixos-config-445ee1fa4a9e82250d21c66ba957a1e19077efd9.tar.gz nixos-config-445ee1fa4a9e82250d21c66ba957a1e19077efd9.zip |
tests(infrastructure/driver): Support setting the golden file
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index 0c55bdf1..698c5d83 100644 --- a/tests/README.md +++ b/tests/README.md @@ -85,3 +85,8 @@ must match. Does the same thing as [Expect](#expect), but enforces, that the regex does not match. + +#### `SetGolden` + +Set the golden file (the file used for the hash generation) to `ARGS`. +`ARGS` must be a valid file path. |