Implement updates to testing framework based on recent feedback

This commit is contained in:
Liam Cervante
2023-08-07 14:42:07 +02:00
parent 3cce200d0e
commit 126f34e4e8
16 changed files with 822 additions and 379 deletions

View File

@@ -1,8 +1,4 @@
run "test" {
variables {
input = "Hello, world!"
}
assert {
condition = test_resource.resource.value == "Hello, world!"
error_message = "wrong condition"