Пример #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