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