class documentation

class TestIncorrectAdvancedIndexWithEmptyResult(_DeprecationTestCase):

View In Hierarchy

Undocumented

Method test​_empty​_index​_broadcast​_not​_deprecated Undocumented
Method test​_empty​_subspace Undocumented
Class Variable message Undocumented

Inherited from _DeprecationTestCase:

Method assert​_deprecated Test if DeprecationWarnings are given and raised.
Method assert​_not​_deprecated Test that warnings are not raised.
Method setup Undocumented
Method teardown Undocumented
Instance Variable log Undocumented
Instance Variable warn​_ctx Undocumented
def test_empty_index_broadcast_not_deprecated(self):

Undocumented

@pytest.mark.parametrize('index', [([3, 0]), ([0, 0], [3, 0])])
def test_empty_subspace(self, index):

Undocumented