Remove test_suite functions since they are only needed for zope.testing < 3.8.0.

This commit is contained in:
Timo Stollenwerk
2013-12-19 09:54:03 +01:00
parent f7c1450a1e
commit a8dc5dd3f0
9 changed files with 0 additions and 27 deletions
@@ -569,6 +569,3 @@ class NoConversationCatalogTest(unittest.TestCase):
IAnnotations(self.portal.doc1)
)
def test_suite():
return unittest.defaultTestLoader.loadTestsFromName(__name__)