Home
last modified time | relevance | path

Searched refs:IDEA_SH_FIND_NONE (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/aidegen/lib/
Dide_common_util_unittest.py75 @mock.patch('glob.glob', return_value=unittest_constants.IDEA_SH_FIND_NONE)
78 mock_glob.return_value = unittest_constants.IDEA_SH_FIND_NONE
/tools/asuite/aidegen/
Dunittest_constants.py37 IDEA_SH_FIND_NONE = '' # Neither IntelliJ CE nor UE script exists. variable