Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/p/r/Products.BugzScout-1.0a2/Products/BugzScout/tests/test_scout.py Products.BugzScout(Download)
# -*- coding: utf-8 -*- from Products.BugzScout.tests import unittest from Products.BugzScout.tests.base import BUGZSCOUT_INTEGRATION_TESTING, \ create_mock_reporter from zope.component import getMultiAdapter, getUtility
class ScoutTest(unittest.TestCase): """Test to see if the scout view adapter catches the exceptions reports them to a FogBugz instance (mock fogbugz in this case).""" layer = BUGZSCOUT_INTEGRATION_TESTING