web/test/unittest_views_editforms.py
branchstable
changeset 9928 0d831b40fa48
parent 8665 e65af61bde7d
child 9897 fa44db7da2dc
child 9984 793377697c81
equal deleted inserted replaced
9925:aee99876eb10 9928:0d831b40fa48
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """
    18 """
    19 
    19 
    20 """
    20 """
    21 from logilab.common.testlib import unittest_main, mock_object
    21 from logilab.common.testlib import unittest_main, mock_object
    22 from logilab.common.compat import any
       
    23 
    22 
    24 from cubicweb.devtools.testlib import CubicWebTC
    23 from cubicweb.devtools.testlib import CubicWebTC
    25 from cubicweb.web.views import uicfg
    24 from cubicweb.web.views import uicfg
    26 from cubicweb.web.formwidgets import AutoCompletionWidget
    25 from cubicweb.web.formwidgets import AutoCompletionWidget
    27 
    26