class documentation

class TestSortComplex:

View In Hierarchy

Undocumented

Method test​_sort​_complex Undocumented
Method test​_sort​_real Undocumented
def test_sort_complex(self):

Undocumented

@pytest.mark.parametrize('type_in, type_out', [('l', 'D'), ('h', 'F'), ('H', 'F'), ('b', 'F'), ('B', 'F'), ('g', 'G')])
def test_sort_real(self, type_in, type_out):

Undocumented