mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Use monkeypatch to directly replace module attributes instead of unittest.mock.patch context managers. This is more robust in CI environments with parallel test workers where patch contexts may not properly intercept module-level function calls. |
||
|---|---|---|
| .. | ||
| test_aws_secret_manager_rotation.py | ||
| test_custom_secret_manager.py | ||
| test_get_azure_ad_token_provider.py | ||
| test_secret_managers_main.py | ||