示例#1
0
    def tearDown(self):
        local.__release_local__()
        self.app.config['tipfy']['dev'] = True

        Acl.roles_map = {}
        Acl.roles_lock = CURRENT_VERSION_ID
        _rules_map.clear()
示例#2
0
    def tearDown(self):
        local.__release_local__()
        self.app.config['tipfy']['dev'] = True

        Acl.roles_map = {}
        Acl.roles_lock = CURRENT_VERSION_ID
        _rules_map.clear()
示例#3
0
 def tearDown(self):
     local.__release_local__()
示例#4
0
文件: test_auth.py 项目: AmirS2/tipfy
    def tearDown(self):
        local.__release_local__()

        os.environ.pop('USER_EMAIL', None)
        os.environ.pop('USER_ID', None)
        os.environ.pop('USER_IS_ADMIN', None)
示例#5
0
 def tearDown(self):
     local.__release_local__()
示例#6
0
    def tearDown(self):
        local.__release_local__()
        fake_local.clear()

        from tipfy.appengine import xmpp
        xmpp.xmpp = self.xmpp_module
示例#7
0
文件: testing.py 项目: acettt/yandex
 def __exit__(self, type, value, traceback):
     local.__release_local__()
示例#8
0
 def test_translations_not_set(self):
     local.__release_local__()
     self.assertRaises(RuntimeError, i18n.gettext, 'foo')
示例#9
0
 def __exit__(self, type, value, traceback):
     local.__release_local__()
示例#10
0
 def tearDown(self):
     tipfy.app.APPENGINE = self.appengine
     tipfy.app.DEV_APPSERVER = self.dev_appserver
     local.__release_local__()
示例#11
0
    def tearDown(self):
        local.__release_local__()
        fake_local.clear()

        from tipfy.appengine import xmpp
        xmpp.xmpp = self.xmpp_module
示例#12
0
 def test_translations_not_set(self):
     local.__release_local__()
     self.assertRaises(RuntimeError, i18n.gettext, 'foo')