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.bridge.client-1.0.8/ftw/bridge/client/tests/test_watcher_portlet.py ftw.bridge.client(Download)
from ftw.bridge.client.portlets import watcher from ftw.bridge.client.testing import ZCML_LAYER from ftw.testing import MockTestCase from plone.app.portlets.interfaces import IPortletTypeInterface from plone.portlets.interfaces import IPortletManager
class TestWatcherPortlet(MockTestCase): layer = ZCML_LAYER def test_portlet_type_registered(self):
src/f/t/ftw.bridge.client-1.0.8/ftw/bridge/client/tests/test_plugin.py ftw.bridge.client(Download)
from Products.PluggableAuthService.interfaces import plugins from copy import copy from ftw.bridge.client.interfaces import IBridgeConfig from ftw.bridge.client.plugin import BridgePlugin from ftw.bridge.client.testing import ZCML_LAYER
class TestAddBridgePlugin(MockTestCase): layer = ZCML_LAYER def test_component_is_registered(self):
class TestPasPlugin(MockTestCase): layer = ZCML_LAYER def setUp(self):
src/f/t/ftw.bridge.client-1.0.8/ftw/bridge/client/tests/test_config.py ftw.bridge.client(Download)
from ftw.bridge.client.exceptions import BridgeConfigurationError from ftw.bridge.client.interfaces import IBridgeConfig from ftw.bridge.client.testing import ZCML_LAYER from ftw.testing import MockTestCase from zope.component import queryUtility, getUtility
class TestConfig(MockTestCase): layer = ZCML_LAYER def test_component_is_registered(self):