コード例 #1
0
ファイル: tests.py プロジェクト: isaideureka/abilian-core
 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
ファイル: test_service.py プロジェクト: mmariani/abilian-core
 def get_setup_config(self):
   cfg = BaseTestCase.get_setup_config(self)
   # cfg.SQLALCHEMY_ECHO = True
   return cfg
コード例 #4
0
ファイル: tests.py プロジェクト: mmariani/abilian-core
 def get_setup_config(self):
   """ Called before creating application class
   """
   config = BaseTestCase.get_setup_config(self)
   config.NO_LOGIN = True
   return config