mirror of
https://github.com/bertptrs/adventofcode.git
synced 2026-03-27 00:40:35 +01:00
Restructure bonus tests
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
variables {
|
||||
input = file("../../tests/samples/02.txt")
|
||||
}
|
||||
|
||||
run "run" {
|
||||
|
||||
command = plan
|
||||
|
||||
assert {
|
||||
condition = output.part1 == 2
|
||||
error_message = "Part1 output is wrong"
|
||||
}
|
||||
|
||||
assert {
|
||||
condition = output.part2 == 4
|
||||
error_message = "Part2 output is wrong"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user