Example #1
0
def test_02():
    from cw10_soatm import find
    assert find(10) == 33
Example #2
0
def test_01():
    from cw10_soatm import find
    assert find(5) == 8
Example #3
0
def test_07():
    from cw10_soatm import find
    assert find(1) == 0
Example #4
0
def test_05():
    from cw10_soatm import find
    assert find(18) == 78
Example #5
0
def test_04():
    from cw10_soatm import find
    assert find(12) == 45
Example #6
0
def test_03():
    from cw10_soatm import find
    assert find(4) == 3