web/test/unittest_uicfg.py
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 02 Feb 2010 18:24:45 +0100
changeset 4434 101344a6ff9b
parent 4083 3b285889b8e9
child 4997 aed7bdb9da54
permissions -rw-r--r--
Improve the schema command with filtering option. meta data and workflow data are hidden by default. show-meta and show-workflow option are added to display them. Another "hide-type" option allow to hide additional entities type.

from cubicweb.devtools.testlib import CubicWebTC
from cubicweb.web import uicfg

class UICFGTC(CubicWebTC):

    def test(self):
        self.skip('write some tests')

if __name__ == '__main__':
    from logilab.common.testlib import unittest_main
    unittest_main()