summaryrefslogtreecommitdiffstats
path: root/aoc/test_init.py
blob: f804c419ce47929c6a2a69c4a07c4fb67a0ee154 (plain)
1
2
3
4
5
6
# -*- coding: utf-8 -*-
def test_assignment_examples(assignment):
    assert (
        assignment.run(input=assignment.read_input(example=True))
        == assignment.example_result
    )