Remove test_suite functions since they are only needed for zope.testing < 3.8.0.
This commit is contained in:
@@ -204,6 +204,3 @@ class CommentIndexersTest(unittest.TestCase):
|
||||
# object the comment was added to
|
||||
self.assertEqual(catalog.in_response_to(self.comment)(), 'Document 1')
|
||||
|
||||
|
||||
def test_suite():
|
||||
return unittest.defaultTestLoader.loadTestsFromName(__name__)
|
||||
|
||||
Reference in New Issue
Block a user