diff options
Diffstat (limited to 'aoc/test_init.py')
| -rw-r--r-- | aoc/test_init.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc/test_init.py b/aoc/test_init.py new file mode 100644 index 0000000..8524086 --- /dev/null +++ b/aoc/test_init.py | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | def test_assingment_examples(assignment): | ||
| 2 | assert assignment.run(input=assignment.read_input(example=True)) == assignment.example_result | ||
