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 """cubicweb.web.views.basecontrollers unit tests""" |
18 """cubicweb.web.views.basecontrollers unit tests""" |
|
19 |
|
20 from __future__ import with_statement |
19 |
21 |
20 from logilab.common.testlib import unittest_main, mock_object |
22 from logilab.common.testlib import unittest_main, mock_object |
21 |
23 |
22 from cubicweb import Binary, NoSelectableObject, ValidationError |
24 from cubicweb import Binary, NoSelectableObject, ValidationError |
23 from cubicweb.view import STRICT_DOCTYPE |
25 from cubicweb.view import STRICT_DOCTYPE |