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