server/test/unittest_migractions.py
changeset 10801 b4beaf0bccea
parent 10800 1e4ddf5ee9ad
child 10814 a13db4185129
equal deleted inserted replaced
10800:1e4ddf5ee9ad 10801:b4beaf0bccea
    52     stoppgcluster(__file__)
    52     stoppgcluster(__file__)
    53 
    53 
    54 
    54 
    55 class MigrationConfig(cubicweb.devtools.TestServerConfiguration):
    55 class MigrationConfig(cubicweb.devtools.TestServerConfiguration):
    56     default_sources = cubicweb.devtools.DEFAULT_PSQL_SOURCES
    56     default_sources = cubicweb.devtools.DEFAULT_PSQL_SOURCES
    57     CUBES_PATH = [osp.join(HERE, 'data-migractions', 'cubes')]
    57     CUBES_PATH = cubicweb.devtools.TestServerConfiguration.CUBES_PATH + [
       
    58         osp.join(HERE, 'data-migractions', 'cubes')]
    58 
    59 
    59 
    60 
    60 class MigrationTC(CubicWebTC):
    61 class MigrationTC(CubicWebTC):
    61 
    62 
    62     appid = 'data-migractions'
    63     appid = 'data-migractions'