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