Lines Matching refs:BaseTestCase

56 class BaseTestCase(TestCase):
105 class AnyTests(BaseTestCase):
195 class NoReturnTests(BottomTypeTestsMixin, BaseTestCase):
215 class NeverTests(BottomTypeTestsMixin, BaseTestCase):
231 class AssertNeverTests(BaseTestCase):
250 class SelfTests(BaseTestCase):
306 class LiteralStringTests(BaseTestCase):
360 class TypeVarTests(BaseTestCase):
581 class TemplateReplacementTests(BaseTestCase):
614 class GenericAliasSubstitutionTests(BaseTestCase):
874 class UnpackTests(BaseTestCase):
906 class TypeVarTupleTests(BaseTestCase):
1605 class TypeVarTuplePicklingTests(BaseTestCase):
1654 class UnionTests(BaseTestCase):
1843 class TupleTests(BaseTestCase):
2181 class TypingCallableTests(BaseCallableTests, BaseTestCase):
2193 class CollectionsCallableTests(BaseCallableTests, BaseTestCase):
2197 class LiteralTests(BaseTestCase):
2402 class ProtocolTests(BaseTestCase):
3353 class GenericTests(BaseTestCase):
4291 class ClassVarTests(BaseTestCase):
4328 class FinalTests(BaseTestCase):
4371 class FinalDecoratorTests(BaseTestCase):
4445 class CastTests(BaseTestCase):
4463 class AssertTypeTests(BaseTestCase):
4491 class ForwardRefTests(BaseTestCase):
4973 class OverloadTests(BaseTestCase):
5221 class GetTypeHintTests(BaseTestCase):
5616 class CollectionsAbcTests(BaseTestCase):
6090 class OtherABCTests(BaseTestCase):
6119 class TypeTests(BaseTestCase):
6265 class NewTypePythonTests(NewTypeTests, BaseTestCase):
6270 class NewTypeCTests(NewTypeTests, BaseTestCase):
6274 class NamedTupleTests(BaseTestCase):
6471 class TypedDictTests(BaseTestCase):
6923 class RequiredTests(BaseTestCase):
6969 class NotRequiredTests(BaseTestCase):
7015 class IOTests(BaseTestCase):
7053 class RETests(BaseTestCase):
7116 class AnnotatedTests(BaseTestCase):
7426 class TypeAliasTests(BaseTestCase):
7470 class ParamSpecTests(BaseTestCase):
7837 class ConcatenateTests(BaseTestCase):
7891 class TypeGuardTests(BaseTestCase):
7937 class SpecialAttrsTests(BaseTestCase):
8135 class RevealTypeTests(BaseTestCase):
8143 class DataclassTransformTests(BaseTestCase):
8228 class AllTests(BaseTestCase):
8272 class TypeIterationTests(BaseTestCase):