This commit is contained in:
Antoine Colombier 2025-04-14 15:19:05 +00:00 committed by GitHub
commit d2a5c3ebfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ class ReportData:
"xpassed": {"label": "Unexpected passes", "value": 0},
"error": {"label": "Errors", "value": 0},
"rerun": {"label": "Reruns", "value": 0},
# Used by pytest-retries
"retried": {"label": "Retried", "value": 0},
}
self._results_table_header = [