diff options
Diffstat (limited to 'aoc/test_init.py')
| -rw-r--r-- | aoc/test_init.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/aoc/test_init.py b/aoc/test_init.py index f804c41..e52daf7 100644 --- a/aoc/test_init.py +++ b/aoc/test_init.py | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
| 2 | def test_assignment_examples(assignment): | 2 | def test_assignment_examples(assignment): |
| 3 | assert ( | 3 | assert ( |
| 4 | assignment.run(input=assignment.read_input(example=True)) | 4 | assignment.run( |
| 5 | input=assignment.read_input(example=True), **assignment.example_kwargs | ||
| 6 | ) | ||
| 5 | == assignment.example_result | 7 | == assignment.example_result |
| 6 | ) | 8 | ) |
