def test_LensLike_func_not_implemented(): with pytest.raises(NotImplementedError): b.LensLike().func(None, None)
def test_LensLike(): with pytest.raises(TypeError): b.LensLike().view(None)