We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e3931 commit e6c6568Copy full SHA for e6c6568
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]:
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