author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 16 Jun 2010 13:54:10 +0200 | |
branch | stable |
changeset 5760 | b6453e606d25 |
parent 5759 | 5db529e0a3ee |
child 5761 | 02bccbc4ff1c |
--- a/server/test/unittest_undo.py Wed Jun 16 12:24:12 2010 +0200 +++ b/server/test/unittest_undo.py Wed Jun 16 13:54:10 2010 +0200 @@ -283,3 +283,7 @@ # 'required on CWUser (%s)' % self.toto.eid}) # test implicit 'replacement' of an inlined relation + +if __name__ == '__main__': + from logilab.common.testlib import unittest_main + unittest_main()