Exemplo n.º 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()
Exemplo n.º 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()
Exemplo n.º 3
0
 def tearDown(self):
     local.__release_local__()
Exemplo n.º 4
0
    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)
Exemplo n.º 5
0
 def tearDown(self):
     local.__release_local__()
Exemplo n.º 6
0
    def tearDown(self):
        local.__release_local__()
        fake_local.clear()

        from tipfy.appengine import xmpp
        xmpp.xmpp = self.xmpp_module
Exemplo n.º 7
0
 def __exit__(self, type, value, traceback):
     local.__release_local__()
Exemplo n.º 8
0
 def test_translations_not_set(self):
     local.__release_local__()
     self.assertRaises(RuntimeError, i18n.gettext, 'foo')
Exemplo n.º 9
0
 def __exit__(self, type, value, traceback):
     local.__release_local__()
Exemplo n.º 10
0
 def tearDown(self):
     tipfy.app.APPENGINE = self.appengine
     tipfy.app.DEV_APPSERVER = self.dev_appserver
     local.__release_local__()
Exemplo n.º 11
0
    def tearDown(self):
        local.__release_local__()
        fake_local.clear()

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