Searched refs:TestCopying (Results 1 – 3 of 3) sorted by relevance
679 class TestCopying(unittest.TestCase): class696 class TestCopyingEmpty(TestCopying):702 class TestCopyingSingleton(TestCopying):708 class TestCopyingTriple(TestCopying):718 class TestCopyingTuple(TestCopying):724 class TestCopyingNested(TestCopying):
1428 class TestCopying(unittest.TestCase): class1445 class TestCopyingEmpty(TestCopying):1451 class TestCopyingSingleton(TestCopying):1457 class TestCopyingTriple(TestCopying):1463 class TestCopyingTuple(TestCopying):1469 class TestCopyingNested(TestCopying):
1526 class TestCopying: class1547 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):