def test_concat(self) -> None: with pytest.raises(NotImplementedError): Index.concat([], "x")
def test_stack(self) -> None: with pytest.raises(NotImplementedError): Index.stack({}, "x")
def test_from_variables(self) -> None: with pytest.raises(NotImplementedError): Index.from_variables({})