Lines Matching defs:case
13 from . import case, suite, util
23 class _FailedTest(case.TestCase):
53 @case.skip(str(exception))
57 TestClass = type("ModuleSkipped", (case.TestCase,), attrs)
123 if isinstance(obj, type) and issubclass(obj, case.TestCase):
141 The name may resolve either to a module, a test case class, a
142 test method within a test case class, or a callable object which
192 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
196 issubclass(parent, case.TestCase)):
208 elif isinstance(test, case.TestCase):
256 invocation, in which case the package module object is not scanned for
408 except case.SkipTest as e:
441 except case.SkipTest as e: