Searched defs:TestCopying (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_sets.py679 class TestCopying(unittest.TestCase): class in inherits:unittest.TestCase
696 class TestCopyingEmpty(TestCopying):
702 class TestCopyingSingleton(TestCopying):
708 class TestCopyingTriple(TestCopying):
718 class TestCopyingTuple(TestCopying):
724 class TestCopyingNested(TestCopying):
H A Dtest_set.py1428 class TestCopying(unittest.TestCase): class in inherits:unittest.TestCase
1445 class TestCopyingEmpty(TestCopying):
1451 class TestCopyingSingleton(TestCopying):
1457 class TestCopyingTriple(TestCopying):
1463 class TestCopyingTuple(TestCopying):
1469 class TestCopyingNested(TestCopying):

Completed in 63 milliseconds