We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87d2fd commit e04592bCopy full SHA for e04592b
_2025/tests/test_03.py
@@ -6,8 +6,10 @@
6
1. Part 1: Sum of maximum 2-digit values from all power bank readings
7
2. Part 2: Sum of maximum 12-digit values from all power bank readings
8
"""
9
+
10
from aoc.models.tester import TestSolutionUtility
11
12
13
def test_day03_part1() -> None:
14
"""Test extracting and summing maximum 2-digit joltage values.
15
@@ -22,6 +24,7 @@ def test_day03_part1() -> None:
22
24
expected=357,
23
25
)
26
27
28
def test_day03_part2() -> None:
29
"""Test extracting and summing maximum 12-digit joltage values.
30
0 commit comments