hooks/test/unittest_integrity.py
changeset 8694 d901c36bcfce
parent 7791 31bb51ea5485
child 9275 ea7fd598ced9
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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):