Searched refs:test_file (Results 1 – 5 of 5) sorted by relevance
144 test_file = test_finder_utils.run_find_cmd(147 if test_file:148 return test_file163 test_file = self._search_integration_dirs(name)164 if test_file is None:168 t_info = self._get_test_info(name, test_file, class_name)171 def _get_test_info(self, name, test_file, class_name): argument182 match = _INT_NAME_RE.match(test_file)185 test_file)192 rel_config = os.path.relpath(test_file, self.root_dir)
147 test_file = test_finder_utils.search_integration_dirs(149 if test_file is None:151 return self._get_test_info_from_path(test_file, suite_name)
773 test_file = run_find_cmd(FIND_REFERENCE_TYPE.INTEGRATION, abs_path,775 if test_file:776 test_files.append(test_file)
61 for test_file in $(find $ATEST_DIR -name "*_unittest.py"); do62 if ! $run_cmd $test_file; then
29 2. All tests in a test group: `act.py -c <config> -tf <test_file>`31 Where `<test_file>` is a file containing a list of tests. Each of the test