Add integration tests

This commit is contained in:
Andras Schmelczer 2025-04-01 22:40:05 +01:00
parent 23c288b1eb
commit 998ee387d2
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
17 changed files with 181 additions and 1 deletions

1
backend/Cargo.lock generated
View file

@ -1881,6 +1881,7 @@ dependencies = [
"insta",
"pretty_assertions",
"serde",
"serde_yaml",
"test-case",
]