mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-06 18:40:56 +02:00
Show list of failed tests in the summary // Resolve #4251
This commit is contained in:
@@ -45,7 +45,7 @@ def test_calculator_example(tmp_path: Path):
|
||||
|
||||
# test JUnit output
|
||||
junit_testsuites = ET.parse(junit_output_path).getroot()
|
||||
assert int(junit_testsuites.get("tests")) == 11
|
||||
assert int(junit_testsuites.get("tests")) == 10
|
||||
assert int(junit_testsuites.get("errors")) == 2
|
||||
assert int(junit_testsuites.get("failures")) == 1
|
||||
assert len(junit_testsuites.findall("testsuite")) == 6
|
||||
|
Reference in New Issue
Block a user