예제 #1
0
파일: base.py 프로젝트: chiehwen/tg2
    def tearDown(self):
        tmpl_context._pop_object(self._ctx)
#        pylons.config.pop_thread_config()
        pylons.config.pop_process_config()
        teardown_session_dir()
예제 #2
0
 def tearDown(self):
     tmpl_context._pop_object()
예제 #3
0
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     pylons.buffet._pop_object(self._buffet)
     teardown_session_dir()
예제 #4
0
파일: base.py 프로젝트: clsdaniel/tg2
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     #        pylons.config.pop_thread_config()
     pylons.config.pop_process_config()
     teardown_session_dir()
예제 #5
0
 def tearDown(self):
     tmpl_context._pop_object(self._ctx)
     pylons.buffet._pop_object(self._buffet)