summaryrefslogtreecommitdiffstats
path: root/day1/test_init.py
diff options
context:
space:
mode:
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]