class documentation

class TestNested:

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):

Undocumented

def test_empty_sequence(self):

Undocumented

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

Undocumented

def test_nested_simple(self):

Undocumented

def test_pathological_self_containing(self):

Undocumented

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

Undocumented