Example #1
0
File: base.py Project: chiehwen/tg2
    def tearDown(self):
        tmpl_context._pop_object(self._ctx)
#        pylons.config.pop_thread_config()
        pylons.config.pop_process_config()
        teardown_session_dir()
Example #2
0
 def tearDown(self):
     tmpl_context._pop_object()
Example #3
0
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     pylons.buffet._pop_object(self._buffet)
     teardown_session_dir()
Example #4
0
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     #        pylons.config.pop_thread_config()
     pylons.config.pop_process_config()
     teardown_session_dir()
Example #5
0
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     pylons.buffet._pop_object(self._buffet)