completed testing of previous puzzles
This commit is contained in:
parent
23b6ce30b4
commit
8ad4c517c2
2 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ def test_part1_example1(example1):
|
|||
"""Test part 1 on example input"""
|
||||
assert aoc.part1(example1) == 2
|
||||
|
||||
@pytest.mark.skip(reason="Not implemented")
|
||||
def test_part2_example2(example2):
|
||||
# @pytest.mark.skip(reason="Not implemented")
|
||||
def test_part2_example2(example1):
|
||||
"""Test part 2 on example input"""
|
||||
assert aoc.part2(example2) == ...
|
||||
assert aoc.part2(example1) == 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue