예제 #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")},
     }
예제 #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')
         }
     }
예제 #3
0
파일: jinja_test.py 프로젝트: 11craft/salt
 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')]
         }
     }
예제 #4
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     self.__processes = []
예제 #5
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     self.__processes = []