HomeSort by relevance Sort by last modified time
    Searched full:tests_path (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/
run_tests.py 9 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/
run_tests.py 8 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')]
  /development/testrunner/
create_test.py 101 tests_path = "%s/%s" % (manifest.GetAppPath(), TestsConsts.TESTS_FOLDER)
102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
114 if not os.path.exists(tests_path):
115 os.mkdir(tests_path)
138 tests_path = "%s/%s" % (app_path, TestsConsts.TESTS_FOLDER)
139 tests_mk_path = "%s/%s" % (tests_path, mk.FILENAME)
164 if not os.path.exists(tests_path):
165 os.mkdir(tests_path)

Completed in 149 milliseconds