cubicweb/test/unittest_entity.py
changeset 11767 432f87a63057
parent 11764 6ab14a1afb65
child 11891 67185e65f020
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 # copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # copyright 2003-2016 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     4 #
     4 #
     5 # This file is part of CubicWeb.
     5 # This file is part of CubicWeb.
     6 #
     6 #
     7 # CubicWeb is free software: you can redistribute it and/or modify it under the
     7 # CubicWeb is free software: you can redistribute it and/or modify it under the
    29 from cubicweb.devtools.testlib import CubicWebTC
    29 from cubicweb.devtools.testlib import CubicWebTC
    30 from cubicweb.mttransforms import HAS_TAL
    30 from cubicweb.mttransforms import HAS_TAL
    31 from cubicweb.entity import can_use_rest_path
    31 from cubicweb.entity import can_use_rest_path
    32 from cubicweb.entities import fetch_config
    32 from cubicweb.entities import fetch_config
    33 from cubicweb.uilib import soup2xhtml
    33 from cubicweb.uilib import soup2xhtml
    34 from cubicweb.schema import  RRQLExpression
    34 from cubicweb.schema import RRQLExpression
       
    35 
    35 
    36 
    36 class EntityTC(CubicWebTC):
    37 class EntityTC(CubicWebTC):
    37 
    38 
    38     def setUp(self):
    39     def setUp(self):
    39         super(EntityTC, self).setUp()
    40         super(EntityTC, self).setUp()