summaryrefslogtreecommitdiffstats
path: root/day1/test_init.py
blob: 6b7f64d96de609e523ff8b471bca14cb4d41c6fc (plain)
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]