from day03 import * def test_part1() -> None: with open("day03.txt") as f: assert part1(f) == 546312 def test_part2() -> None: assert part2() == 87449461