示例#1
0
文件: test_user.py 项目: pingali/ckan
 def teardown_class(self):
     # clear routes 'id' so that next test to run doesn't get it
     self.app.get(url_for(controller='user', action='login', id=None))
     SmtpServerHarness.teardown_class()
     model.repo.rebuild_db()
示例#2
0
 def teardown_class(self):
     SmtpServerHarness.teardown_class()
     model.repo.rebuild_db()
示例#3
0
 def teardown_class(self):
     # clear routes 'id' so that next test to run doesn't get it
     self.app.get(url_for(controller='user', action='login', id=None))
     SmtpServerHarness.teardown_class()
     model.repo.rebuild_db()
示例#4
0
 def teardown_class(cls):
     SmtpServerHarness.teardown_class()
示例#5
0
 def teardown_class(cls):
     SmtpServerHarness.teardown_class()
     model.repo.rebuild_db()
示例#6
0
 def teardown_class(cls):
     SmtpServerHarness.teardown_class()