1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-18 15:06:03 +00:00

migrate integration tests to testscript

Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
Jason Hall 2025-10-14 22:18:53 -04:00
parent cd1d52840c
commit 24685b4331
16 changed files with 299 additions and 345 deletions

View file

@ -35,6 +35,7 @@ base64 = "0.22"
tempfile = "3.9"
assert_cmd = "2.0"
predicates = "3.0"
testscript-rs = "0.2"
[[example]]
name = "auto_auth_demo"