We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e3931 commit dfe5962Copy full SHA for dfe5962
smart_tests/test_runners/bazel.py
@@ -74,7 +74,7 @@ def f(case: TestCase, suite: TestSuite, report_file: str) -> TestPath:
74
client.path_builder = f
75
client.check_timestamp = False
76
77
- def parse_func(report: str) -> ET.ElementTree:
+ def parse_func(report: str) -> ET.ElementTree[ET.Element[str]]:
78
"""
79
test result XML generated by Bazel's java_test rule (and possibly others) do not capture system-out/system-err.
80
The whole thing gets captured separately as test.log file in the same directory as test.xml.
0 commit comments