tests: rewrite the way to generate integration tests.

This commit is contained in:
Alexandre Pujol 2024-10-19 22:50:09 +01:00
parent f079792aee
commit c59086311b
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 217 additions and 484 deletions

1
go.mod
View file

@ -4,7 +4,6 @@ go 1.21
require (
github.com/stretchr/testify v1.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (