示例#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