Skip to content

Commit d28e082

Browse files
committed
minor formatting then
1 parent 1400b83 commit d28e082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/render_submissions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ def render_mds(subfolder="docs"):
262262
else:
263263
total_duration += test_info["duration"]
264264
summary_pytests_string = (
265-
f"{testname}: {test_info['summary']['passed']} / "
266-
f"{test_info['summary']['collected']} ; duration: { test_info['duration']:.2f}s"
265+
f"`{testname}`: {test_info['summary']['passed']} / "
266+
f"{test_info['summary']['collected']} ; duration: {test_info['duration']:.2f}s"
267267
)
268268
for category, count in test_info["summary"].items():
269269
if category not in cum_pytests:

0 commit comments

Comments
 (0)