mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
prettier
This commit is contained in:
parent
2a47254361
commit
17362a3947
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Report:
|
|||
report.append("\n - **Functionality:**")
|
||||
for functionality in FUNCTIONALITIES:
|
||||
test_nodeids = self.inference_tests[provider][functionality]
|
||||
report.append(f"\n - {functionality}. Test coverage:")
|
||||
report.append(f"\n - {functionality}:")
|
||||
report.extend(self._generate_test_result_short(test_nodeids))
|
||||
|
||||
output_file = Path("pytest_report.md")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue