mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
test: prevent pytest responses import shadowing
This commit is contained in:
parent
6fe82d3886
commit
2a4b3df513
7 changed files with 7 additions and 0 deletions
1
tests/test_litellm/llms/__init__.py
Normal file
1
tests/test_litellm/llms/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""LLM provider tests package."""
|
||||
1
tests/test_litellm/llms/databricks/__init__.py
Normal file
1
tests/test_litellm/llms/databricks/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Databricks provider tests package."""
|
||||
1
tests/test_litellm/llms/github_copilot/__init__.py
Normal file
1
tests/test_litellm/llms/github_copilot/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""GitHub Copilot provider tests package."""
|
||||
1
tests/test_litellm/llms/hosted_vllm/__init__.py
Normal file
1
tests/test_litellm/llms/hosted_vllm/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""Hosted vLLM provider tests package."""
|
||||
1
tests/test_litellm/llms/openai/__init__.py
Normal file
1
tests/test_litellm/llms/openai/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""OpenAI provider tests package."""
|
||||
1
tests/test_litellm/llms/openrouter/__init__.py
Normal file
1
tests/test_litellm/llms/openrouter/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""OpenRouter provider tests package."""
|
||||
1
tests/test_litellm/llms/xai/__init__.py
Normal file
1
tests/test_litellm/llms/xai/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
"""xAI provider tests package."""
|
||||
Loading…
Add table
Reference in a new issue