-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpytest_summary.txt
22 lines (18 loc) · 1.36 KB
/
pytest_summary.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Test Run: 2025-01-12 01:55:30
=== Pytest Summary ===
Summary:
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_add_model_config
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_switching
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config0]
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config1]
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config2]
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config3]
FAILED tests/ollama/test_model_manager.py::TestModelManager::test_get_nonexistent_model_config
FAILED tests/scraper/test_scraper.py::test_failed_scrape - AssertionError: as...
FAILED tests/scraper/test_scraper.py::test_max_retries_exceeded - AssertionEr...
Failures:
- FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_switching
- FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config1]
- FAILED tests/ollama/test_model_manager.py::TestModelManager::test_model_config_validation[invalid_config3]
- FAILED tests/scraper/test_scraper.py::test_failed_scrape - AssertionError: as...
- ================== 9 failed, 16 passed, 1 warning in 11.38s ===================