diff options
Diffstat (limited to 'day1/test_init.py')
| -rw-r--r-- | day1/test_init.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/day1/test_init.py b/day1/test_init.py index 5e85eee..6b7f64d 100644 --- a/day1/test_init.py +++ b/day1/test_init.py | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # -*- coding: utf-8 -*- | ||
| 1 | from day1 import AssignmentTwo | 2 | from day1 import AssignmentTwo |
| 2 | 3 | ||
| 3 | 4 | ||
| 4 | class TestDayOnePartTwo: | 5 | class TestDayOnePartTwo: |
| 5 | def test_parse_input(self): | 6 | def test_parse_input(self): |
| 6 | assert AssignmentTwo._parse_item('twone') == [2, 1] | 7 | assert AssignmentTwo._parse_item("twone") == [2, 1] |
