示例#1
0
def test_LensLike_func_not_implemented():
    with pytest.raises(NotImplementedError):
        b.LensLike().func(None, None)
示例#2
0
def test_LensLike():
    with pytest.raises(TypeError):
        b.LensLike().view(None)