Улучшение отчета для rack_coverage
This commit is contained in:
@@ -69,6 +69,6 @@ class CoreCommand(BaseCommand):
|
||||
"""
|
||||
|
||||
p_len = len(str(value)) + len(name) + 2
|
||||
points = "." * (length - p_len - 1)
|
||||
points = "." * (length - p_len)
|
||||
|
||||
print(f"{name}: {points} {value}")
|
||||
print(f"{name} {points} {value}")
|
||||
|
||||
Reference in New Issue
Block a user