equal
deleted
inserted
replaced
15 # details. |
15 # details. |
16 # |
16 # |
17 # You should have received a copy of the GNU Lesser General Public License along |
17 # You should have received a copy of the GNU Lesser General Public License along |
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
18 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>. |
19 """functional tests for integrity hooks""" |
19 """functional tests for integrity hooks""" |
20 |
|
21 from __future__ import with_statement |
|
22 |
20 |
23 from cubicweb import ValidationError |
21 from cubicweb import ValidationError |
24 from cubicweb.devtools.testlib import CubicWebTC |
22 from cubicweb.devtools.testlib import CubicWebTC |
25 |
23 |
26 class CoreHooksTC(CubicWebTC): |
24 class CoreHooksTC(CubicWebTC): |