Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
Drun_tests.py9 tests_path = os.path.join(current_path, 'tests') variable
12 tests_path,
15 all_tests = [f[:-3] for f in os.listdir(tests_path)
/external/chromium-trace/catapult/third_party/webapp2/
Drun_tests.py8 tests_path = os.path.join(current_path, 'tests') variable
11 tests_path,
27 all_tests = [f[:-8] for f in os.listdir(tests_path) if f.endswith('_test.py')]