aoc/2022/day06_test.py

12 lines
166 B
Python
Raw Permalink Normal View History

2022-12-06 22:27:48 -05:00
#!/usr/bin/env python3
from day06 import *
def test_part1() -> None:
assert part1(STRING) == 1929
def test_part2() -> None:
assert part2(STRING) == 3298