Commit 76ffe82f authored by Romain Courteaud's avatar Romain Courteaud

Add missing main part.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac5a99ac
......@@ -1151,3 +1151,12 @@ class TestProductionOrder(TestProductionOrderMixin, ERP5TypeTestCase):
'
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
if __name__ == '__main__':
framework()
else:
import unittest
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestProductionOrder))
return 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