diff options
| author | 2023-12-04 10:40:34 +0100 | |
|---|---|---|
| committer | 2023-12-04 10:41:07 +0100 | |
| commit | e688c2b674fc7ad6a964a48df379e5abd01843a7 (patch) | |
| tree | e73ee82805e5521463706d117bd036cc1ae13ac8 /day1/test_init.py | |
| parent | 1de244cfb7ef2017981402c7d1eaa1b5a0aa16b7 (diff) | |
| download | 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.tar.gz 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.tar.bz2 2023-e688c2b674fc7ad6a964a48df379e5abd01843a7.zip | |
Day4
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] |
