Home | History | Annotate | Download | only in test

Lines Matching defs:TestCase

21 class TestCase(unittest.TestCase):
30 super(TestCase, self).assertEqual(obj1, obj2)
254 bases = TestCase,
1416 class TestFileTypeRepr(TestCase):
1585 class MyType(TestCase):
1630 class TestTypeRegistration(TestCase):
1720 class TestActionRegistration(TestCase):
1742 class TestAddSubparsers(TestCase):
2004 class TestPositionalsGroups(TestCase):
2043 class TestParentParsers(TestCase):
2222 class TestMutuallyExclusiveGroupErrors(TestCase):
2308 class TestMutuallyExclusiveSimple(MEMixin, TestCase):
2343 class TestMutuallyExclusiveLong(MEMixin, TestCase):
2386 class TestMutuallyExclusiveFirstSuppressed(MEMixin, TestCase):
2419 class TestMutuallyExclusiveManySuppressed(MEMixin, TestCase):
2455 class TestMutuallyExclusiveOptionalAndPositional(MEMixin, TestCase):
2500 class TestMutuallyExclusiveOptionalsMixed(MEMixin, TestCase):
2542 class TestMutuallyExclusiveInGroup(MEMixin, TestCase):
2582 class TestMutuallyExclusiveOptionalsAndPositionalsMixed(MEMixin, TestCase):
2679 class TestSetDefaults(TestCase):
2766 class TestGetDefault(TestCase):
2789 class TestNamespaceContainsSimple(TestCase):
2900 bases = TestCase,
4023 class TestInvalidArgumentConstructors(TestCase):
4156 class TestActionsReturned(TestCase):
4186 class TestConflictHandling(TestCase):
4231 class TestOptionalsHelpVersionActions(TestCase):
4317 class TestStrings(TestCase):
4373 class TestNamespace(TestCase):
4404 class TestEncoding(TestCase):
4422 class TestArgumentError(TestCase):
4433 class TestArgumentTypeError(TestCase):
4455 class TestTypeFunctionCallOnlyOnce(TestCase):
4471 class TestTypeFunctionCalledOnDefault(TestCase):
4520 class TestParseKnownArgs(TestCase):
4562 class TestAddArgumentMetavar(TestCase):
4733 class TestImportStar(TestCase):