test/unittest_cwconfig.py
changeset 2835 04034421b072
parent 2446 440cb4ea7e5c
child 4252 6c4f109c2b03
equal deleted inserted replaced
2834:7df3494ae657 2835:04034421b072
    75         self.assertEquals(self.config.expand_cubes(('email', 'eblog')),
    75         self.assertEquals(self.config.expand_cubes(('email', 'eblog')),
    76                           ['email', 'eblog', 'file'])
    76                           ['email', 'eblog', 'file'])
    77 
    77 
    78     def test_vregistry_path(self):
    78     def test_vregistry_path(self):
    79         self.assertEquals([unabsolutize(p) for p in self.config.vregistry_path()],
    79         self.assertEquals([unabsolutize(p) for p in self.config.vregistry_path()],
    80                           ['entities', 'web/views', 'sobjects',
    80                           ['entities', 'web/views', 'sobjects', 'hooks',
    81                            'file/entities.py', 'file/views', 'file/hooks.py',
    81                            'file/entities.py', 'file/views', 'file/hooks.py',
    82                            'email/entities.py', 'email/views', 'email/hooks.py',
    82                            'email/entities.py', 'email/views', 'email/hooks.py',
    83                            'test/data/entities.py'])
    83                            'test/data/entities.py'])
    84 
    84 
    85     def test_cubes_path(self):
    85     def test_cubes_path(self):