Public Member Functions | |
def | __new__ (cls, case, id=None) |
A test case with a guaranteed unique externally specified identifier. Attributes: case (unittest.TestCase): TestCase we're decorating with an additional identifier. id (object): Any identifier that may be considered 'unique' for testing purposes.
Definition at line 101 of file _runner.py.
def tests._runner.AugmentedCase.__new__ | ( | cls, | |
case, | |||
id = None |
|||
) |
Definition at line 111 of file _runner.py.