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()