cubicweb/test/unittest_predicates.py
changeset 12880 59d4ad7e7df3
parent 12567 26744ad37953
equal deleted inserted replaced
12879:7347715bf0ee 12880:59d4ad7e7df3
    27 from cubicweb.devtools.testlib import CubicWebTC
    27 from cubicweb.devtools.testlib import CubicWebTC
    28 from cubicweb.predicates import (is_instance, adaptable, match_kwargs, match_user_groups,
    28 from cubicweb.predicates import (is_instance, adaptable, match_kwargs, match_user_groups,
    29                                  multi_lines_rset, score_entity, is_in_state,
    29                                  multi_lines_rset, score_entity, is_in_state,
    30                                  rql_condition, relation_possible, match_form_params,
    30                                  rql_condition, relation_possible, match_form_params,
    31                                  paginated_rset)
    31                                  paginated_rset)
    32 from cubicweb.view import EntityAdapter
    32 from cubicweb.entity import EntityAdapter
    33 from cubicweb.web import action
    33 from cubicweb.web import action
    34 
    34 
    35 
    35 
    36 class ImplementsTC(CubicWebTC):
    36 class ImplementsTC(CubicWebTC):
    37     def test_etype_priority(self):
    37     def test_etype_priority(self):