We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1400b83 commit d28e082Copy full SHA for d28e082
docs/render_submissions.py
@@ -262,8 +262,8 @@ def render_mds(subfolder="docs"):
262
else:
263
total_duration += test_info["duration"]
264
summary_pytests_string = (
265
- f"{testname}: {test_info['summary']['passed']} / "
266
- 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"
267
)
268
for category, count in test_info["summary"].items():
269
if category not in cum_pytests:
0 commit comments