update selectors.py: change entity.schema with entity._cw.vreg.schema
fromcubicweb.devtools.testlibimportCubicWebTCfromcubicweb.webimportuicfgclassUICFGTC(CubicWebTC):deftest(self):self.skip('write some tests')if__name__=='__main__':fromlogilab.common.testlibimportunittest_mainunittest_main()