Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
src/f/t/ftw.participation-1.3.1/ftw/participation/tests/test_vocabularies.py ftw.participation(Download)
from ftw.participation.interfaces import IParticipationRegistry from ftw.participation.tests.layer import FTW_PARTICIPATION_INTEGRATION_TESTING from plone.app.workflow.interfaces import ISharingPageRole from plone.app.workflow.permissions import DelegateContributorRole from plone.registry.interfaces import IRegistry
class TestLocalRolesForDisplay(TestCase): layer = FTW_PARTICIPATION_INTEGRATION_TESTING def setUp(self):
src/f/t/ftw.participation-1.3.1/ftw/participation/tests/test_participants.py ftw.participation(Download)
from ftw.builder import Builder from ftw.builder import create from ftw.participation.interfaces import IParticipationSupport from ftw.participation.invitation import Invitation from ftw.participation.tests.layer import FTW_PARTICIPATION_INTEGRATION_TESTING
class TestParticipation(TestCase): layer = FTW_PARTICIPATION_INTEGRATION_TESTING def setUp(self):