Commit a38ff1c4 authored by Tres Seaver's avatar Tres Seaver

Create suite properly.

parent db4d354e
......@@ -1239,4 +1239,4 @@ else:
_add_to_suite.append(Test_simple_new)
def test_suite():
return unittest.TestSuite(_add_to_suite)
return unittest.TestSuite([unittest.makeSuite(x) for x in _add_to_suite])
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