Example #1
0
def test_okx_errors(b):
    with pytest.raises(TypeError):
        _k.okx(b)
Example #2
0
def test_okx():
    x = kb(0)
    b = b9(0, x)
    assert _k.okx(b)