mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
dispatch_named_success, dispatch_named_failure and dispatch_named_request now call the legacy integration singletons directly after isinstance narrowing instead of through getattr-by-name casts, so basedpyright checks arity and keyword names. None of those integrations run in the OCR suite, so each branch is exercised against a stub of the real class and the recorded call is bound with inspect.signature to the real method. Also covers the logfire enum levels, the lunary end/error events, the supabase pre-call-only guard, sentry hooks, openmeter and dynamodb awaitables, and the langfuse trace-id cache path. |
||
|---|---|---|
| .. | ||
| native_route_wheel_test.py | ||
| stubtest.ini | ||
| test_bindings.py | ||
| test_chat_completions.py | ||
| test_configuration.py | ||
| test_leaves.py | ||
| test_lifecycle.py | ||
| test_ocr_lifecycle.py | ||
| test_runtime.py | ||
| test_setup.py | ||
| test_token_counter.py | ||
| test_verify_linux_native_wheel.py | ||