class documentation

class TestNested: (source)

View In Hierarchy

Undocumented

Method test_array_of_different_depths Undocumented
Method test_empty_sequence Undocumented
Method test_nested_arraylikes Undocumented
Method test_nested_simple Undocumented
Method test_pathological_self_containing Undocumented
Method test_uneven_depth_ragged Undocumented
def test_array_of_different_depths(self): (source)

Undocumented

def test_empty_sequence(self): (source)

Undocumented

@pytest.mark.parametrize('arraylike', arraylikes())
def test_nested_arraylikes(self, arraylike): (source)

Undocumented

def test_nested_simple(self): (source)

Undocumented

def test_pathological_self_containing(self): (source)

Undocumented

@pytest.mark.parametrize('arraylike', arraylikes())
def test_uneven_depth_ragged(self, arraylike): (source)

Undocumented