hooks/test/unittest_syncschema.py
branchstable
changeset 6412 370357e68837
parent 6410 2e7a7b0829ed
child 6781 5062d86d6ffe
equal deleted inserted replaced
6411:308f6d0e11ae 6412:370357e68837
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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.server.hooks.syncschema unit and functional tests"""
       
    19 
    18 from logilab.common.testlib import TestCase, unittest_main
    20 from logilab.common.testlib import TestCase, unittest_main
    19 
    21 
    20 from cubicweb import ValidationError
    22 from cubicweb import ValidationError
    21 from cubicweb.devtools.testlib import CubicWebTC
    23 from cubicweb.devtools.testlib import CubicWebTC
    22 from cubicweb.server.sqlutils import SQL_PREFIX
    24 from cubicweb.server.sqlutils import SQL_PREFIX