Home | History | Annotate | Download | only in test

Lines Matching refs:TestCopying

1526 class TestCopying:
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):