1 2 3 4 5 6 7
# -*- coding: utf-8 -*- from day1 import AssignmentTwo class TestDayOnePartTwo: def test_parse_input(self): assert AssignmentTwo._parse_item("twone") == [2, 1]