mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
Children spawned as [sys.executable, -c, ...] put the working directory first on sys.path, so under 'make test-rust-extension' a source checkout shadows the installed wheel and the child imports a litellm with no compiled extension. A shared helper spawns them with -I and asserts the child resolved the same litellm.__file__ as the parent, and a new TQ009 rule flags un-isolated sys.executable spawns. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| chat_completions | ||
| messages | ||
| ocr | ||
| responses | ||
| __init__.py | ||
| native_route_wheel_test.py | ||
| stubtest.ini | ||
| test_bindings.py | ||
| test_catalog.py | ||
| test_configuration.py | ||
| test_dispatch.py | ||
| test_failures.py | ||
| test_fork_guard.py | ||
| test_legacy_callbacks.py | ||
| test_lifecycle.py | ||
| test_runtime.py | ||
| test_settings.py | ||
| test_token_counter.py | ||
| test_verify_linux_native_wheel.py | ||