cubicweb/server/test/unittest_rqlannotation.py
branch3.24
changeset 11866 439ea020d909
parent 11865 1c5bf3d7422a
child 12039 7514626e1dc5
equal deleted inserted replaced
11865:1c5bf3d7422a 11866:439ea020d909
   442                                   '(Any C WHERE C is Societe, C nom CS)')
   442                                   '(Any C WHERE C is Societe, C nom CS)')
   443             self.assertTrue(rqlst.parent.has_text_query)
   443             self.assertTrue(rqlst.parent.has_text_query)
   444 
   444 
   445 
   445 
   446 if __name__ == '__main__':
   446 if __name__ == '__main__':
   447     from logilab.common.testlib import unittest_main
   447     import unittest
   448     unittest_main()
   448     unittest.main()