coverage.py: format skipped tests with format_test as well instead of printing a tuple

pull/34/head
parent b474150f27
commit ba76c1d3d9
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -371,7 +371,9 @@ def main():
argv = ["./run_null.sh"]
case ("skip", reason):
skipped[reason].append(
("(%d/%d) %s" % (i + 1, len(tests), name), dist, mode, variant, fmt)
format_test(
i + 1, len(tests), name, dist, mode, variant, fmt, config_dict
)
)
print(f"skipped because of {reason}", file=sys.stderr)
continue

Loading…
Cancel
Save