Home
last modified time | relevance | path

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

/tools/asuite/aidegen/idea/
Diml.py186 for test in self._mod_info.get(constant.KEY_TESTS, []):
211 for test in self._mod_info.get(constant.KEY_TESTS, []):
/tools/asuite/aidegen/project/
Dproject_splitter.py285 constant.KEY_TESTS: _get_real_dependencies_jars(
359 constant.KEY_TESTS: project.source_path[_KEY_TEST_PATH],
/tools/asuite/aidegen/
Dconstant.py47 KEY_TESTS = 'tests' variable
/tools/asuite/aidegen/lib/
Dsource_locator.py314 return constant.KEY_TESTS in src_dir.split(os.sep)