mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 10:42:39 +00:00
prettify
This commit is contained in:
parent
b009f83ea1
commit
2a47254361
1 changed files with 6 additions and 6 deletions
|
@ -87,8 +87,8 @@ class Report:
|
|||
@pytest.hookimpl
|
||||
def pytest_sessionfinish(self, session):
|
||||
report = []
|
||||
report.append("# Pytest Results Report")
|
||||
report.append("\n## Detailed Test Results")
|
||||
report.append("# Llama Stack Integration Test Results Report")
|
||||
report.append("\n## Summary")
|
||||
report.append("\n### Inference Providers:")
|
||||
|
||||
for provider, models in SUPPORTED_MODELS.items():
|
||||
|
@ -100,7 +100,7 @@ class Report:
|
|||
report.append("\n - **APIs:**")
|
||||
for api in INFERNECE_APIS:
|
||||
test_nodeids = self.inference_tests[provider][api]
|
||||
report.append(f"\n - /{api}. Test coverage:")
|
||||
report.append(f"\n - /{api}:")
|
||||
report.extend(self._generate_test_result_short(test_nodeids))
|
||||
|
||||
report.append("\n - **Functionality:**")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue