Exemple #1
0
 def setUp(self):
     self.cat = CatalogHarness()
     blaze.catalog.load_config(self.cat.catfile)
Exemple #2
0
 def setUp(self):
     self.cat = CatalogHarness()
     # Load the test catalog for comparison with the server
     blaze.catalog.load_config(self.cat.catfile)
     self.startServer()
     self.baseurl = 'http://localhost:%d' % self.port