test/unittest_uilib.py
changeset 6153 ade53a90ddf1
parent 5949 2a273c896a38
child 6366 1806148d6ce8
equal deleted inserted replaced
6151:f910c60b84ff 6153:ade53a90ddf1
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """unittests for cubicweb.uilib
    19 """unittests for cubicweb.uilib"""
    20 
       
    21 """
       
    22 
    20 
    23 __docformat__ = "restructuredtext en"
    21 __docformat__ = "restructuredtext en"
    24 
    22 
    25 from logilab.common.testlib import TestCase, unittest_main
    23 from logilab.common.testlib import TestCase, unittest_main
    26 from logilab.common.tree import Node
       
    27 
    24 
    28 from cubicweb import uilib
    25 from cubicweb import uilib
    29 
    26 
    30 class UILIBTC(TestCase):
    27 class UILIBTC(TestCase):
    31 
    28