Commit ab58e986 authored by Hanno Schlichting's avatar Hanno Schlichting

Remove ifmain from tests module

parent 0de682e1
...@@ -2481,6 +2481,3 @@ def test_suite(): ...@@ -2481,6 +2481,3 @@ def test_suite():
DocFileSuite('README.txt', package='Acquisition'), DocFileSuite('README.txt', package='Acquisition'),
unittest.makeSuite(TestUnicode), unittest.makeSuite(TestUnicode),
)) ))
if __name__ == '__main__':
unittest.main(defaultTest='test_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