Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/scripts/
H A Drun.py69 def run_single_test(tests_path, test_suite_name): argument
76 if file.endswith(test_suite_name):
77 test_suite_path = os.path.join(root, test_suite_name)
81 print("TestSuite {} did not compile successfully.".format(test_suite_name))