cubicweb/test/unittest_vregistry.py
changeset 11269 73ac69970047
parent 11057 0b59724cb3f2
child 11767 432f87a63057
equal deleted inserted replaced
11268:f6938ae0dea8 11269:73ac69970047
    36 WEBVIEWSDIR = join(BASE, 'web', 'views')
    36 WEBVIEWSDIR = join(BASE, 'web', 'views')
    37 
    37 
    38 class VRegistryTC(TestCase):
    38 class VRegistryTC(TestCase):
    39 
    39 
    40     def setUp(self):
    40     def setUp(self):
    41         config = TestServerConfiguration('data')
    41         config = TestServerConfiguration('data', __file__)
    42         self.vreg = CWRegistryStore(config)
    42         self.vreg = CWRegistryStore(config)
    43         config.bootstrap_cubes()
    43         config.bootstrap_cubes()
    44         self.vreg.schema = config.load_schema()
    44         self.vreg.schema = config.load_schema()
    45 
    45 
    46     def test_load_interface_based_vojects(self):
    46     def test_load_interface_based_vojects(self):