equal
deleted
inserted
replaced
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 |