Commit ae8ab6db authored by Tres Seaver's avatar Tres Seaver

Normalize test_suite speling.

parent a37d5dfd
......@@ -492,6 +492,6 @@ class ObjectManagerTests(PlacelessSetup, unittest.TestCase):
filename.endswith('.xml'))
def test_suite():
suite = unittest.TestSuite()
suite.addTest( unittest.makeSuite( ObjectManagerTests ) )
return suite
return unittest.TestSuite((
unittest.makeSuite(ObjectManagerTests),
))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment