示例#1
0
 def get_setup_config(self):
     """Called before creating application class."""
     config = BaseTestCase.get_setup_config(self)
     config.NO_LOGIN = True
     return config
示例#2
0
 def get_setup_config(self):
     cfg = BaseTestCase.get_setup_config(self)
     # cfg.SQLALCHEMY_ECHO = True
     return cfg
示例#3
0
 def get_setup_config(self):
   cfg = BaseTestCase.get_setup_config(self)
   # cfg.SQLALCHEMY_ECHO = True
   return cfg
示例#4
0
 def get_setup_config(self):
   """ Called before creating application class
   """
   config = BaseTestCase.get_setup_config(self)
   config.NO_LOGIN = True
   return config