litellm/tests/e2e
mateo 0246769138 refactor(lint): retire LIT002 and allow dict annotations in LIT001
LIT002 banned every list/dict/set literal, comprehension and constructor call. In
practice it produced # mutable-ok on most lines that touched a library, pushed
defensive deep copies of self-referential objects (a memory leak), and forced
MappingProxyType <-> dict conversions at every boundary. LIT001 keeps mutable
sequences and sets out of annotations; dict/Dict/defaultdict/MutableMapping are
now allowed. Dropped the 1430 mutable-ok comments no remaining rule needs.
type-discipline-budget.json is left for the ratchet automation.

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-14 18:22:59 +00:00
..
a2a test(e2e): settle control-plane writes across every replica, not just one 2026-08-07 19:36:30 -07:00
access_control test(e2e): require a 200 inside the regenerate grace window and drop the helper docstrings 2026-09-05 11:53:22 -07:00
batches fix(files): preserve managed deletion routing and response identity 2026-09-07 16:59:53 -07:00
claude_code fix(e2e): wait for every gateway before using a new model and keep the network rerun 2026-09-05 16:10:40 -07:00
coverage_registry fix(mcp): require admission for delegated OAuth 2026-09-12 16:41:23 -07:00
gateway chore: merge current staging into JWT E2E infrastructure 2026-09-11 17:13:52 -07:00
guardrails test: stop guardrail retries at the polling deadline 2026-09-08 17:02:00 -07:00
llm_translation fix(mcp): honor an explicit null on toolset update, cover MCP lifecycle e2e (#40022) 2026-09-08 22:50:13 -07:00
load test(e2e): restore the E2E_REDIS_CHAOS opt-in for the redis chaos test 2026-09-11 22:46:31 +00:00
logging fix(mcp): honor an explicit null on toolset update, cover MCP lifecycle e2e (#40022) 2026-09-08 22:50:13 -07:00
management fix(keys): preserve audit null and qualify split deployments 2026-09-11 22:33:36 -07:00
mcp refactor(lint): retire LIT002 and allow dict annotations in LIT001 2026-09-14 18:22:59 +00:00
other test(e2e): harden JWT fixtures and cover management lifecycles 2026-09-11 16:36:12 -07:00
quota_management test(e2e): drop the unused batch list client and fail loudly on a user teardown miss 2026-09-09 18:34:15 -07:00
router Merge pull request #40774 from BerriAI/litellm_cache_response_semantics 2026-09-12 12:11:57 -07:00
ui test(e2e): budget model health setup and propagation waits 2026-09-11 10:39:49 -07:00
CLAUDE.md docs(e2e): ban unit tests under tests/e2e (#33852) 2026-09-12 21:13:43 -07:00
conftest.py chore: merge current staging into JWT E2E infrastructure 2026-09-11 17:13:52 -07:00
CONTRIBUTING.md chore: merge current staging into JWT E2E infrastructure 2026-09-11 17:13:52 -07:00
e2e_config.py Merge remote-tracking branch 'origin/litellm_internal_staging' into litellm_e2e_memory_regression_failing_requests 2026-09-11 19:31:11 -07:00
e2e_db.py test(e2e): guard destructive spend-log truncate behind an explicit opt-in (#33751) 2026-07-20 08:47:39 -07:00
e2e_http.py chore: merge latest staging into JWT E2E foundation 2026-09-11 16:46:20 -07:00
fixture_bundle.py feat(e2e): record and replay streamed provider responses chunk-for-chunk 2026-08-24 12:51:44 -07:00
fixture_canonical.py test(e2e): key multipart uploads by structured part identity 2026-08-21 19:32:02 -07:00
fixture_mode.py feat(e2e): move record/replay to the provider edge (LIT-5745) 2026-08-19 18:39:15 -07:00
idp.py test(e2e): harden JWT fixtures and cover management lifecycles 2026-09-11 16:36:12 -07:00
idp_realm.json test(e2e): harden JWT fixtures and cover management lifecycles 2026-09-11 16:36:12 -07:00
junit_properties.py Refuse a source path carrying a colon 2026-09-01 16:02:54 -07:00
lifecycle.py refactor(lint): retire LIT002 and allow dict annotations in LIT001 2026-09-14 18:22:59 +00:00
models.py fix(keys): support explicit project detachment 2026-09-11 22:09:40 -07:00
otel_client.py test(e2e): harden the suite against response-cache cross-talk, slow providers and single upstream blips (#37957) 2026-08-22 14:47:03 -07:00
provider_edge.py test(e2e): verify cached answers and upstream request count 2026-09-11 12:10:19 -07:00
proxy_client.py Merge pull request #39990 from BerriAI/litellm_e2e_jwt_harness 2026-09-11 21:18:59 -07:00
pytest.ini test(e2e): restore the E2E_REDIS_CHAOS opt-in for the redis chaos test 2026-09-11 22:46:31 +00:00
test_e2e_http.py fix(mcp): honor an explicit null on toolset update, cover MCP lifecycle e2e (#40022) 2026-09-08 22:50:13 -07:00
test_fixture_bundle.py feat(e2e): record and replay streamed provider responses chunk-for-chunk 2026-08-24 12:51:44 -07:00
test_fixture_canonical.py test(e2e): pin query params and multipart form fields as replay match-key identity 2026-08-20 15:59:34 -04:00
test_fixture_mode.py feat(e2e): move record/replay to the provider edge (LIT-5745) 2026-08-19 18:39:15 -07:00
test_idp.py test(e2e): check cleanup warnings through one teardown action 2026-09-11 16:43:31 -07:00
test_junit_properties.py test(e2e): read JUnit properties off the real collected pytest Item 2026-09-01 19:12:07 -07:00
test_provider_edge.py test(e2e): verify cached answers and upstream request count 2026-09-11 12:10:19 -07:00
test_proxy_client.py fix(keys): preserve audit null and qualify split deployments 2026-09-11 22:33:36 -07:00
transport.py fix(keys): preserve audit null and qualify split deployments 2026-09-11 22:33:36 -07:00