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.geo-1.3/ftw/geo/tests/test_dexterity.py ftw.geo(Download)
from collective.geo.contentlocations.interfaces import IGeoManager from collective.geo.geographer.interfaces import IGeoreferenceable from ftw.geo.interfaces import IGeocodableLocation from ftw.geo.testing import GEO_FUNCTIONAL_TESTING from ftw.geo.tests.helpers import ExpectGeocodingRequest
class TestDexterityEvents(TestCase): layer = GEO_FUNCTIONAL_TESTING def setUp(self):
src/f/t/ftw.geo-1.3/ftw/geo/tests/test_archetypes.py ftw.geo(Download)
from collective.geo.geographer.interfaces import IGeoreferenceable from ftw.geo.interfaces import IGeocodableLocation from ftw.geo.testing import GEO_FUNCTIONAL_TESTING from ftw.geo.tests.helpers import ExpectGeocodingRequest from ftw.testbrowser import browsing
class TestArchetypesEvents(TestCase): layer = GEO_FUNCTIONAL_TESTING def setUp(self):