Exemplo n.º 1
0
 def setUp(self):
     test_config = TestConfig()
     self.data_path = test_config.get_data_path()
     config = Configuration(os.path.join(self.data_path,'build.ini'))
     db_name = config.get('mongodb1','db_name')
     host = config.get('mongodb1','host')
     config = MongoDBConfig(db_name, host)
     self.db = MongoDB(config)
Exemplo n.º 2
0
 def setUp(self):
     test_config = TestConfig()
     self.data_path = test_config.get_data_path()
     self.output_path = test_config.get_output_path()