Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(0) | Import(4)
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_view_speclisting.py ftw.lawgiver(Download)
from ftw.lawgiver.testing import SPECIFICATIONS_FUNCTIONAL from ftw.lawgiver.tests.pages import SpecsListing from ftw.testing.pages import Plone from operator import methodcaller from plone.app.testing import SITE_OWNER_NAME
class TestSpecificationListingsView(TestCase): layer = SPECIFICATIONS_FUNCTIONAL def test_listing_spec_order(self):
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_view_details.py ftw.lawgiver(Download)
from Products.CMFCore.utils import getToolByName from ftw.lawgiver.testing import SPECIFICATIONS_FUNCTIONAL from ftw.lawgiver.tests.pages import SpecDetails from ftw.lawgiver.tests.pages import SpecDetailsConfirmation from ftw.testing.pages import Plone
""" layer = SPECIFICATIONS_FUNCTIONAL def setUp(self):
""" layer = SPECIFICATIONS_FUNCTIONAL def setUp(self):
class TestSpecificationDetailsViewBROKEN(TestCase): layer = SPECIFICATIONS_FUNCTIONAL def setUp(self):
class TestDestructiveImport(TestCase): layer = SPECIFICATIONS_FUNCTIONAL def setUp(self):
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_sharing.py ftw.lawgiver(Download)
from Products.CMFCore.utils import getToolByName from ftw.builder import Builder from ftw.builder import create from ftw.lawgiver.interfaces import IDynamicRoleAdapter from ftw.lawgiver.testing import SPECIFICATIONS_FUNCTIONAL
class TestSharingRoleTranslation(TestCase): layer = SPECIFICATIONS_FUNCTIONAL def setUp(self):
src/f/t/ftw.lawgiver-1.2.2/ftw/lawgiver/tests/test_controlpanel.py ftw.lawgiver(Download)
from ftw.lawgiver.testing import SPECIFICATIONS_FUNCTIONAL from ftw.lawgiver.tests.pages import SpecsListing from ftw.testing import browser from ftw.testing.pages import Plone from ftw.testing.pages import PloneControlPanel
class TestControlPanel(TestCase): layer = SPECIFICATIONS_FUNCTIONAL def test_control_panel_entry(self):