test/unittest_schema.py
branchstable
changeset 6117 f3fdfcbda54b
parent 5563 26e242ba3da5
child 6306 e6557be1127e
equal deleted inserted replaced
6116:2530e9c45296 6117:f3fdfcbda54b
    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 """unit tests for module cubicweb.schema
    18 """unit tests for module cubicweb.schema"""
    19 
       
    20 """
       
    21 
    19 
    22 import sys
    20 import sys
    23 from os.path import join, isabs, basename, dirname
    21 from os.path import join, isabs, basename, dirname
    24 
    22 
    25 from logilab.common.testlib import TestCase, unittest_main
    23 from logilab.common.testlib import TestCase, unittest_main