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