Exemplo n.º 1
0
 def setup_config(self):
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)
Exemplo n.º 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)
Exemplo n.º 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)
Exemplo n.º 4
0
 def setup_config(self):
     args = ['--config-file', helper.etcdir('congress.conf.test')]
     config.init(args)