예제 #1
0
 def setup_config(self):
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)
예제 #2
0
파일: base.py 프로젝트: openstack/congress
 def setup_config(self):
     """Tests that need a non-default config can override this method."""
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)
예제 #3
0
 def setup_config(self):
     """Tests that need a non-default config can override this method."""
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)
예제 #4
0
 def setup_config(self):
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)