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