Home
last modified time | relevance | path

Searched refs:TestCopying (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_sets.py679 class TestCopying(unittest.TestCase): class
696 class TestCopyingEmpty(TestCopying):
702 class TestCopyingSingleton(TestCopying):
708 class TestCopyingTriple(TestCopying):
718 class TestCopyingTuple(TestCopying):
724 class TestCopyingNested(TestCopying):
Dtest_set.py1428 class TestCopying(unittest.TestCase): class
1445 class TestCopyingEmpty(TestCopying):
1451 class TestCopyingSingleton(TestCopying):
1457 class TestCopyingTriple(TestCopying):
1463 class TestCopyingTuple(TestCopying):
1469 class TestCopyingNested(TestCopying):
/external/python/cpython3/Lib/test/
Dtest_set.py1526 class TestCopying: class
1547 class TestCopyingEmpty(TestCopying, unittest.TestCase):
1553 class TestCopyingSingleton(TestCopying, unittest.TestCase):
1559 class TestCopyingTriple(TestCopying, unittest.TestCase):
1565 class TestCopyingTuple(TestCopying, unittest.TestCase):
1571 class TestCopyingNested(TestCopying, unittest.TestCase):