Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 025e9a7

Browse files
committed
update comment
1 parent 1442d5b commit 025e9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unittest_runner/unittest_runner/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Run the tests in the given file pattern and display the results to the user.
55
# Validation tests use the ValidationTestResult class to display only the short description of the test.
66
# This also returns simplified results for the caller to use. Simplified results is a list of the form:
7-
# [{'name': 'test_name', 'result': 'PASS/FAIL/ERROR/EXPECTED_FAILURE/UNEXPECTED_SUCCESS'}, ...]
7+
# [{'name': 'test_name', 'result': 'PASS/FAIL/ERROR/SKIP/EXPECTED_FAILURE/UNEXPECTED_SUCCESS'}, ...]
88
def run_validation_tests(file_pattern):
99
result = run_tests(file_pattern, ValidationTestResult)
1010
return result.simplified_results

0 commit comments

Comments
 (0)