Solve day 3
This commit is contained in:
10
03/puzzle_test.py
Normal file
10
03/puzzle_test.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from puzzle import solve_pt_1, solve_pt_2
|
||||
from schematic_test import mock_input
|
||||
|
||||
|
||||
def test_solve_pt_1():
|
||||
assert solve_pt_1(mock_input) == 4361
|
||||
|
||||
|
||||
def test_solve_pt_2():
|
||||
assert solve_pt_2(mock_input) == 467835
|
Reference in New Issue
Block a user