SummarizerApp / tests /test_api.py

Commit History

Migrate to Ruff for linting/formatting and add comprehensive import tests
29ed661

ming commited on

feat: Implement V3 Web Scraping + Summarization API
2ed2bd7

ming commited on

Fix all remaining test failures - 100% test success
8ca285d

ming commited on

feat: Add text streaming support with SSE
6e01ea3

ming commited on

Optimize timeout configuration for better performance
2c658eb

ming commited on

Add comprehensive unit tests for all production-ready features
0497d92

ming commited on

fix: correct TestClient imports to use starlette.testclient
7e21075

ming commited on

feat(middleware): add request ID logging and error handling
fa85955

ming commited on

feat(api): add /api/v1/summarize endpoint and integration tests
0d683e2

ming commited on