Home | History | Annotate | Download | only in unittest

Lines Matching refs:subTest

501     def subTest(self, msg=_subtest_msg_sentinel, **params):
503 of code in a subtest identified by the optional message and
504 keyword parameters. A failure in the subtest marks the test
1408 return " ".join(parts) or '(<subtest>)'
1414 """Returns a one-line description of the subtest, or None if no