Skip to content

Commit

Permalink
minor formatting then
Browse files Browse the repository at this point in the history
  • Loading branch information
celine-lee committed Sep 25, 2024
1 parent 1400b83 commit d28e082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/render_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ def render_mds(subfolder="docs"):
else:
total_duration += test_info["duration"]
summary_pytests_string = (
f"{testname}: {test_info['summary']['passed']} / "
f"{test_info['summary']['collected']} ; duration: { test_info['duration']:.2f}s"
f"`{testname}`: {test_info['summary']['passed']} / "
f"{test_info['summary']['collected']} ; duration: {test_info['duration']:.2f}s"
)
for category, count in test_info["summary"].items():
if category not in cum_pytests:
Expand Down

0 comments on commit d28e082

Please sign in to comment.