module documentation

Sample test cases defined using the standard library unittest.TestCase class which are used as data by test cases which are actually part of the trial test suite to verify handling of handling of such cases.

Class BrokenRunInfrastructure A test suite that is broken at the level of integration between TestCase.run and the results object.
Class PyUnitTest No class docstring; 4/4 methods documented
Class _NonStringId A class that looks a little like a TestCase, but not enough so to actually be used as one. This helps BrokenRunInfrastructure use some interfaces incorrectly to provoke certain failure conditions.