Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(0) | Derive(0) | Import(3)
src/f/t/ftw.contentpage-1.6.5/ftw/contentpage/tests/test_geo_adapter.py ftw.contentpage(Download)
from ftw.testing import MockTestCase from ftw.contentpage.testing import ZCML_LAYER from ftw.contentpage.interfaces import IAddressBlock from ftw.geo.interfaces import IGeocodableLocation from zope.component import getGlobalSiteManager
class TestGeoAdapter(MockTestCase): layer = ZCML_LAYER def setUp(self):
src/f/t/ftw.contentpage-1.6.5/ftw/contentpage/tests/test_custom_table_helper.py ftw.contentpage(Download)
from ftw.contentpage.browser.listingblock_view import download_link from ftw.contentpage.testing import ZCML_LAYER from ftw.testing import MockTestCase class TestCustomTableHelper(MockTestCase): layer = ZCML_LAYER
src/f/t/ftw.contentpage-1.6.5/ftw/contentpage/tests/test_addressblockview.py ftw.contentpage(Download)
from ftw.contentpage.testing import ZCML_LAYER from ftw.testing import MockTestCase from zope.component import getMultiAdapter from ftw.contentpage.interfaces import IAddressBlock from simplelayout.base.interfaces import ISimpleLayoutCapable
class TestAddressBlockView(MockTestCase): layer = ZCML_LAYER def setUp(self):