summaryrefslogtreecommitdiffstats
path: root/aoc/test_init.py
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2021-12-03 14:15:14 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2021-12-03 14:15:51 +0100
commitb062e0f2abc189f352e019bac6854f469e9dfc8c (patch)
tree95a7a72cf56061278297f6326c8e3f9519432d53 /aoc/test_init.py
parentf3c3fa9b94bc61b90a029bb74c98215b45c5be15 (diff)
download2021-b062e0f2abc189f352e019bac6854f469e9dfc8c.tar.gz
2021-b062e0f2abc189f352e019bac6854f469e9dfc8c.tar.bz2
2021-b062e0f2abc189f352e019bac6854f469e9dfc8c.zip
Added tests
Diffstat (limited to 'aoc/test_init.py')
-rw-r--r--aoc/test_init.py2
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 @@
1def test_assingment_examples(assignment):
2 assert assignment.run(input=assignment.read_input(example=True)) == assignment.example_result