diff options
| author | 2023-12-03 13:46:27 +0100 | |
|---|---|---|
| committer | 2023-12-03 13:46:27 +0100 | |
| commit | d1bbbd066202b7e8a6ef75ef961de20ef4331a40 (patch) | |
| tree | 84f7459a6fd70966d1d22ea11a1c3251fcb20551 /day1/test_init.py | |
| parent | 6794fc500be97c45c98fe39ed31d91cbc40dcd19 (diff) | |
| download | 2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.tar.gz 2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.tar.bz2 2023-d1bbbd066202b7e8a6ef75ef961de20ef4331a40.zip | |
WIP
Diffstat (limited to 'day1/test_init.py')
| -rw-r--r-- | day1/test_init.py | 6 |
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 @@ | |||
| 1 | from day1 import AssignmentTwo | ||
| 2 | |||
| 3 | |||
| 4 | class TestDayOnePartTwo: | ||
| 5 | def test_parse_input(self): | ||
| 6 | assert AssignmentTwo._parse_item('twone') == [2, 1] | ||
