+22
−12
tests/test_credentials.py
0 → 100644
+143
−0
+90
−0
Loading
WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
- Update resolve_ssl_verify() to accept optional http_config parameter - Update create_cached_session() to accept optional http_config parameter - Use http_config for SSL verification and cache settings when provided - Update resolve_credentials() to accept optional credentials_config parameter - Maintain resolution order: CLI > Config > Env > Prompt - Add integration tests for HTTP session with config - Add comprehensive credentials resolver tests - Preserve backward compatibility for existing calls without config Files modified: - src/tdoc_crawler/http_client/session.py - src/tdoc_crawler/credentials.py - tests/test_http_client.py (new tests added) - tests/test_credentials.py (new file)