mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 10:23:28 +00:00
add test
This commit is contained in:
@@ -144,7 +144,11 @@ def main():
|
||||
"""
|
||||
Main function to check for litellm module deletion patterns in test files.
|
||||
"""
|
||||
tests_dir = "../../tests/"
|
||||
# local dir
|
||||
#tests_dir = "../../tests/"
|
||||
|
||||
# ci/cd dir
|
||||
tests_dir = "./tests/"
|
||||
|
||||
problematic_files = check_for_litellm_module_deletion(tests_dir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user