class documentation

class TestEighCases(HermitianTestCase, HermitianGeneralizedTestCase):

View In Hierarchy

Undocumented

Method do Undocumented

Inherited from HermitianTestCase:

Method test​_empty​_herm​_cases Undocumented
Method test​_herm​_cases Undocumented

Inherited from LinalgTestCase (via HermitianTestCase):

Method check​_cases Run func on each of the cases with all of the tags in require, and none of the tags in exclude

Inherited from HermitianGeneralizedTestCase:

Method test​_generalized​_empty​_herm​_cases Undocumented
Method test​_generalized​_herm​_cases Undocumented

Inherited from LinalgTestCase (via HermitianGeneralizedTestCase):

Method check​_cases Run func on each of the cases with all of the tags in require, and none of the tags in exclude
def do(self, a, b, tags):

Undocumented