예제 #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()