summaryrefslogtreecommitdiffstats
path: root/day1/test_init.py
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2023-12-03 13:46:27 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2023-12-03 13:46:27 +0100
commitd1bbbd066202b7e8a6ef75ef961de20ef4331a40 (patch)
tree84f7459a6fd70966d1d22ea11a1c3251fcb20551 /day1/test_init.py
parent6794fc500be97c45c98fe39ed31d91cbc40dcd19 (diff)
download2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.tar.gz
2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.tar.bz2
2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.zip
WIP
Diffstat (limited to 'day1/test_init.py')
-rw-r--r--day1/test_init.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/day1/test_init.py b/day1/test_init.py
new file mode 100644
index 0000000..5e85eee
--- /dev/null
+++ b/day1/test_init.py
@@ -0,0 +1,6 @@
1from day1 import AssignmentTwo
2
3
4class TestDayOnePartTwo:
5 def test_parse_input(self):
6 assert AssignmentTwo._parse_item('twone') == [2, 1]