server/test/unittest_hooks.py
changeset 1977 606923dff11b
parent 1787 71c143c0ada3
child 1990 59507a12a7f4
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """functional tests for core hooks
     2 """functional tests for core hooks
     3 
     3 
     4 note: most schemahooks.py hooks are actually tested in unittest_migrations.py
     4 note: most schemahooks.py hooks are actually tested in unittest_migrations.py
       
     5 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     5 """
     6 """
     6 
     7 
     7 from logilab.common.testlib import TestCase, unittest_main
     8 from logilab.common.testlib import TestCase, unittest_main
     8 from cubicweb.devtools.apptest import RepositoryBasedTC, get_versions
     9 from cubicweb.devtools.apptest import RepositoryBasedTC, get_versions
     9 
    10