コード例 #1
0
ファイル: test_all.py プロジェクト: jnhansen/esahub
 def setUpClass(cls):
     test_config.set_test_config()
コード例 #2
0
ファイル: test_all.py プロジェクト: jnhansen/esahub
 def setUpClass(cls):
     test_config.set_test_config()
     cls.check_mode = config.CONFIG['GENERAL']['CHECK_MODE']
     config.CONFIG['GENERAL']['CHECK_MODE'] = 'file'
コード例 #3
0
ファイル: test_all.py プロジェクト: jnhansen/esahub
def setUpModule():
    test_config.set_test_config()
    test_config.prepare()