Restructure bonus tests

This commit is contained in:
2024-12-03 08:12:45 +01:00
parent e36f7dd4f7
commit c5cbd6d24f
3 changed files with 43 additions and 38 deletions

View File

@@ -1,19 +0,0 @@
variables {
input = file("../../tests/samples/01.txt")
}
run "run" {
command = plan
assert {
condition = output.part1 == 11
error_message = "Part1 output is wrong"
}
assert {
condition = output.part2 == 31
error_message = "Part2 output is wrong"
}
}