Улучшение отчета для rack_coverage

This commit is contained in:
2026-07-18 01:00:02 +03:00
parent 7428bc251f
commit 32ac575178
2 changed files with 3 additions and 3 deletions

View File

@@ -168,7 +168,7 @@ class Command(CoreCommand):
self._report_separator(double=False, last_new_line=False)
if total_errors > 0:
self._report_int_value("FAILE! Total number of errors", total_errors)
self._report_int_value("FAIL! Total number of errors", total_errors)
self._report_separator(double=False, last_new_line=False)
sys.exit(1)
else: