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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user