finished day 6
This commit is contained in:
parent
5b996a5019
commit
23b6ce30b4
5 changed files with 2317 additions and 1 deletions
|
@ -20,7 +20,7 @@ def example2():
|
|||
# @pytest.mark.skip(reason="Not implemented")
|
||||
def test_parse_example1(example1):
|
||||
"""Test that input is parsed properly"""
|
||||
assert example1 == [(44,5), (70,7), (14,7), (102, 4)]
|
||||
assert example1 == {119, 357, 567, 820}
|
||||
|
||||
# @pytest.mark.skip(reason="Not implemented")
|
||||
def test_part1_example1(example1):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue