Ejemplo n.º 1
0
def test_solution_02():
    assert solution_02() == 87842
Ejemplo n.º 2
0
def test_solution_02_input_data():
    assert solution_02("input.data") == 35154
Ejemplo n.º 3
0
def test_solution_02():
    assert solution_02() == 5977293343129
Ejemplo n.º 4
0
def test_solution_02_sample_input(moves, expected):
    assert solution_02(moves) == expected
Ejemplo n.º 5
0
def test_solution_02_test_data():
    solution = solution_02(path="test_solution_01.data")
    assert solution == 1068781
Ejemplo n.º 6
0
def test_solution_02():
    assert solution_02() == 3437
Ejemplo n.º 7
0
def test_solution_02(inp, exp):
    assert solution_02(inp) == exp
Ejemplo n.º 8
0
def test_solution_02():
    assert solution_02() == 1084
Ejemplo n.º 9
0
def test_solution_02():
    assert solution_02() == 286977330
Ejemplo n.º 10
0
def test_solution_02(source, expected):
    assert solution_02(source) == expected
Ejemplo n.º 11
0
def test_solution_02_input_data():
    assert solution_02() == 16671510
Ejemplo n.º 12
0
def test_solution_02():
    assert solution_02() == 54142584
Ejemplo n.º 13
0
def test_solution_02():
    assert solution_02() == 9958218
Ejemplo n.º 14
0
def test_solution_02_input_data():
    assert solution_02(path="input.data") == 535296695251210
Ejemplo n.º 15
0
def test_solution_02(source, result):
    assert solution_02(source) == result
Ejemplo n.º 16
0
def test_solution_02():
    assert solution_02() == 17836115
Ejemplo n.º 17
0
def test_solution_02(program_file, result):
    assert solution_02(program_file) == result
Ejemplo n.º 18
0
def test_solution_02(path, expected):
    assert solution_02(path) == expected
Ejemplo n.º 19
0
def test_solution_02():
    assert solution_02("test.data") == 336
Ejemplo n.º 20
0
def test_solution_02():
    assert solution_02() == 295229
Ejemplo n.º 21
0
def test_solution_02(source, contained_bags):
    assert solution_02(source) == contained_bags
Ejemplo n.º 22
0
def test_solution_02_test_data():
    assert solution_02("test_solution_01.data") == 291
Ejemplo n.º 23
0
def test_solution_02():
    assert solution_02(parse_input()) == 2360
Ejemplo n.º 24
0
def test_solution_02():
    assert solution_02() == 4666278