chore(verification): update README and reorganize generate_report.py (#1978)

# What does this PR do?


## Test Plan
uv run --with-editable ".[dev]" python
tests/verifications/generate_report.py --run-tests
This commit is contained in:
ehhuang 2025-04-17 10:41:22 -07:00 committed by GitHub
parent cb874287a4
commit 8bd6665775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1205 additions and 1213 deletions

View file

@ -1,6 +1,6 @@
# Test Results Report
*Generated on: 2025-04-14 18:11:37*
*Generated on: 2025-04-16 15:10:57*
*This report was generated by running `python tests/verifications/generate_report.py`*
@ -15,7 +15,7 @@
| Provider | Pass Rate | Tests Passed | Total Tests |
| --- | --- | --- | --- |
| Together | 48.7% | 37 | 76 |
| Together | 51.3% | 39 | 76 |
| Fireworks | 47.4% | 36 | 76 |
| Openai | 100.0% | 52 | 52 |
@ -23,7 +23,7 @@
## Together
*Tests run on: 2025-04-14 18:08:14*
*Tests run on: 2025-04-16 15:03:51*
```bash
# Run all tests for this provider:
@ -49,8 +49,8 @@ pytest tests/verifications/openai_api/test_chat_completion.py --provider=togethe
| test_chat_non_streaming_basic (saturn) | ✅ | ✅ | ✅ |
| test_chat_non_streaming_image | ⚪ | ✅ | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (add_product_tool) | ✅ | ✅ | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (compare_monthly_expense_tool) | | ✅ | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (get_then_create_event_tool) | ✅ | | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (compare_monthly_expense_tool) | | ✅ | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (get_then_create_event_tool) | ✅ | | ✅ |
| test_chat_non_streaming_multi_turn_tool_calling (text_then_weather_tool) | ❌ | ❌ | ❌ |
| test_chat_non_streaming_multi_turn_tool_calling (weather_tool_then_text) | ✅ | ✅ | ✅ |
| test_chat_non_streaming_structured_output (calendar) | ✅ | ✅ | ✅ |
@ -74,7 +74,7 @@ pytest tests/verifications/openai_api/test_chat_completion.py --provider=togethe
## Fireworks
*Tests run on: 2025-04-14 18:04:06*
*Tests run on: 2025-04-16 15:05:54*
```bash
# Run all tests for this provider:
@ -125,7 +125,7 @@ pytest tests/verifications/openai_api/test_chat_completion.py --provider=firewor
## Openai
*Tests run on: 2025-04-14 18:09:51*
*Tests run on: 2025-04-16 15:09:18*
```bash
# Run all tests for this provider: