fix: report defects in logs and HTML summaries (#2512)

* BUG: fix incorrect reporting of number of wheels produced

* BUG: fix incorrect naming of test only sessions in html summaries
This commit is contained in:
Clément Robert
2025-07-24 12:28:30 -04:00
committed by GitHub
parent ffd835cef1
commit 1ac7fa7f00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ def test_printout_wheels(capsys):
assert "id1" in captured.out
assert "id2" in captured.out
assert "wheels produced in" in captured.out
assert "1 wheel produced in" in captured.out
assert "SHA256=" in captured.out