示例#1
0
 def setup_config(self):
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)
示例#2
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)
示例#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)