class documentation

class TestIncorrectAdvancedIndexWithEmptyResult(_DeprecationTestCase): (source)

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_method Undocumented
Method teardown_method Undocumented
Instance Variable log Undocumented
Instance Variable warn_ctx Undocumented
def test_empty_index_broadcast_not_deprecated(self): (source)

Undocumented

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

Undocumented