test/unittest_predicates.py
changeset 8694 d901c36bcfce
parent 8220 e4ea285510e5
child 8866 64f24ecad177
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """unit tests for selectors mechanism"""
    18 """unit tests for selectors mechanism"""
    19 from __future__ import with_statement
       
    20 
    19 
    21 from operator import eq, lt, le, gt
    20 from operator import eq, lt, le, gt
    22 from logilab.common.testlib import TestCase, unittest_main
    21 from logilab.common.testlib import TestCase, unittest_main
    23 
    22 
    24 from cubicweb import Binary
    23 from cubicweb import Binary