Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/p/r/Products.CMFCore-2.2.8/Products/CMFCore/tests/test_FSSTXMethod.py Products.CMFCore(Download)
def test_customize_with_ZPT( self ): from Products.PageTemplates.ZopePageTemplate import ZopePageTemplate from Products.CMFCore.FSSTXMethod import _CUSTOMIZED_TEMPLATE_ZPT self._setWhichTemplate('ZPT')
self.assertEqual(_normalize_whitespace(target.document_src()), _normalize_whitespace(_CUSTOMIZED_TEMPLATE_ZPT)) def test_customize_caching(self):