Exemplo n.º 1
0
 def __init__(self, *args, **kws):
     TestCase.__init__(self, *args, **kws)
     self.local_opts = {
         'cachedir': TEMPLATES_DIR,
         'file_client': 'local',
         'file_roots': {
             'other': [os.path.join(TEMPLATES_DIR, 'files', 'test')]
         }
     }
Exemplo n.º 2
0
 def __init__(self, *args, **kws):
     TestCase.__init__(self, *args, **kws)
     self.local_opts = {
         'cachedir': TEMPLATES_DIR,
         'file_client': 'local',
         'file_roots': {
             'other': [os.path.join(TEMPLATES_DIR, 'files', 'test')]
         }
     }
Exemplo n.º 3
0
 def __init__(self, *args, **kws):
     TestCase.__init__(self, *args, **kws)
     self.local_opts = {
         'cachedir': TEMPLATES_DIR,
         'file_client': 'local',
         'file_roots': {
             'other': [os.path.join(TEMPLATES_DIR, 'files', 'test')]
         },
         'fileserver_backend': ['roots'],
         'extension_modules': os.path.join(
             os.path.dirname(os.path.abspath(__file__)),
             'extmods'),
     }
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     self.__processes = []
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     self.__processes = []