Home
last modified time | relevance | path

Searched refs:KEY_TESTS (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/aidegen/idea/
Diml.py180 for test in self._mod_info[constant.KEY_TESTS]:
196 for test in self._mod_info[constant.KEY_TESTS]:
/tools/asuite/aidegen/project/
Dsource_splitter.py231 constant.KEY_TESTS: self._all_srcs[_KEY_TEST_PATH],
264 constant.KEY_TESTS: project.source_path[_KEY_TEST_PATH],
/tools/asuite/aidegen/
Dconstant.py47 KEY_TESTS = 'tests' variable
/tools/asuite/aidegen/lib/
Dsource_locator.py317 return constant.KEY_TESTS in src_dir.split(os.sep)