예제 #1
0
 def setUp(self):
     self.cat = CatalogHarness()
     blaze.catalog.load_config(self.cat.catfile)
예제 #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