示例#1
0
def test_012():
    assert pipe.calc(1, 0, 1, 2) == 4
示例#2
0
def test_222():
    assert pipe.calc(1, 2, 2, 2) == 13
示例#3
0
def test_square():
    assert pipe.calc(1, 0) == 1
示例#4
0
def test_210():
    assert pipe.calc(1, 2, 1, 0) == 4