Commit 7d44997f authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove not used code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42214 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5fba9445
......@@ -64,6 +64,3 @@ class TestApplication(unittest.TestCase):
def test_suite():
return make_suite(TestApplication)
if __name__ == "__main__":
suite = unittest.TestLoader().loadTestsFromTestCase(TestApplication)
unittest.TextTestRunner(verbosity=2).run(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