forked from phoenix/litellm-mirror
refactor: move all testing to top-level of repo
Closes https://github.com/BerriAI/litellm/issues/486
This commit is contained in:
parent
5403c5828c
commit
3560f0ef2c
213 changed files with 74 additions and 217 deletions
14
tests/local_testing/test_longer_context_fallback.py
Normal file
14
tests/local_testing/test_longer_context_fallback.py
Normal file
|
@ -0,0 +1,14 @@
|
|||
#### What this tests ####
|
||||
# This tests context fallback dict
|
||||
|
||||
import sys, os
|
||||
import traceback
|
||||
import pytest
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
import litellm
|
||||
from litellm import longer_context_model_fallback_dict
|
||||
|
||||
print(longer_context_model_fallback_dict)
|
Loading…
Add table
Add a link
Reference in a new issue