server/test/unittest_schema2sql.py
changeset 10200 cceb2c7c02f4
parent 10199 218c28bff695
child 10201 989bbadbcd8d
equal deleted inserted replaced
10199:218c28bff695 10200:cceb2c7c02f4
     1 # copyright 2004-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     1 # copyright 2004-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     2 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 #
     3 #
     4 # This file is part of yams.
     4 # This file is part of CubicWeb.
     5 #
     5 #
     6 # yams is free software: you can redistribute it and/or modify it under the
     6 # CubicWeb is free software: you can redistribute it and/or modify it under the
     7 # terms of the GNU Lesser General Public License as published by the Free
     7 # terms of the GNU Lesser General Public License as published by the Free
     8 # Software Foundation, either version 2.1 of the License, or (at your option)
     8 # Software Foundation, either version 2.1 of the License, or (at your option)
     9 # any later version.
     9 # any later version.
    10 #
    10 #
    11 # yams is distributed in the hope that it will be useful, but WITHOUT ANY
    11 # CubicWeb is distributed in the hope that it will be useful, but WITHOUT ANY
    12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    12 # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
    13 # A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # 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 yams. If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb. If not, see <http://www.gnu.org/licenses/>.
    18 """unit tests for module yams.schema2sql
    18 """unit tests for module cubicweb.server.schema2sql
    19 """
    19 """
    20 
    20 
    21 import os.path as osp
    21 import os.path as osp
    22 
    22 
    23 from logilab.common.testlib import TestCase, unittest_main
    23 from logilab.common.testlib import TestCase, unittest_main