Searched refs:test_sub_dir (Results 1 – 2 of 2) sorted by relevance
13 def __init__(self, test_sub_dir, test_suffix): argument14 self.test_sub_dir = os.path.normcase(str(test_sub_dir)).split(';')88 if not os.path.normcase(filename) in self.test_sub_dir:97 elif ('.' in self.test_sub_dir):
11 def __init__(self, test_sub_dir, test_suffix): argument12 self.test_sub_dir = os.path.normcase(str(test_sub_dir)).split(';')62 if not '.' in self.test_sub_dir:63 if not os.path.normcase(filename) in self.test_sub_dir: