diff options
| author | 2022-12-01 09:36:18 +0100 | |
|---|---|---|
| committer | 2022-12-01 09:36:18 +0100 | |
| commit | 469092002b7f1e1657468941bd86ccd3738baac3 (patch) | |
| tree | f61cbeefd0bb3e30944165caa6dc5302725f8966 /aoc/test_init.py | |
| parent | f57d4d02c5b8050694784e948086271a7f4e49e5 (diff) | |
| download | 2022-469092002b7f1e1657468941bd86ccd3738baac3.tar.gz 2022-469092002b7f1e1657468941bd86ccd3738baac3.tar.bz2 2022-469092002b7f1e1657468941bd86ccd3738baac3.zip | |
Added pre-commit
Diffstat (limited to 'aoc/test_init.py')
| -rw-r--r-- | aoc/test_init.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/aoc/test_init.py b/aoc/test_init.py index a9155cc..f804c41 100644 --- a/aoc/test_init.py +++ b/aoc/test_init.py | |||
| @@ -1,2 +1,6 @@ | |||
| 1 | # -*- coding: utf-8 -*- | ||
| 1 | def test_assignment_examples(assignment): | 2 | def test_assignment_examples(assignment): |
| 2 | assert assignment.run(input=assignment.read_input(example=True)) == assignment.example_result | 3 | assert ( |
| 4 | assignment.run(input=assignment.read_input(example=True)) | ||
| 5 | == assignment.example_result | ||
| 6 | ) | ||
