Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py234 return [_get_test_file(app_module_name + '.apk')]
239 return _get_test_file('csuite-standalone.zip')
242 def _get_test_file(name: Text) -> pathlib.Path: function