예제 #1
0
 def test_concat(self) -> None:
     with pytest.raises(NotImplementedError):
         Index.concat([], "x")
예제 #2
0
 def test_stack(self) -> None:
     with pytest.raises(NotImplementedError):
         Index.stack({}, "x")
예제 #3
0
 def test_from_variables(self) -> None:
     with pytest.raises(NotImplementedError):
         Index.from_variables({})