summaryrefslogtreecommitdiffstats
path: root/aoc/test_init.py
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-12-01 09:36:18 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-12-01 09:36:18 +0100
commit469092002b7f1e1657468941bd86ccd3738baac3 (patch)
treef61cbeefd0bb3e30944165caa6dc5302725f8966 /aoc/test_init.py
parentf57d4d02c5b8050694784e948086271a7f4e49e5 (diff)
download2022-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.py6
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 -*-
1def test_assignment_examples(assignment): 2def 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 )