docs(litellm_logging_code_coverage.py): fix check

This commit is contained in:
Krrish Dholakia
2025-06-18 21:36:03 -07:00
parent c8bdc552fb
commit 164118df81
2 changed files with 46 additions and 4 deletions
@@ -64,12 +64,12 @@ ignored_function_names = [
def main():
# logging_file = "./litellm/litellm_core_utils/litellm_logging.py"
# tests_dir = "./tests/"
logging_file = "./litellm/litellm_core_utils/litellm_logging.py"
tests_dir = "./tests/"
# LOCAL TESTING
logging_file = "../../litellm/litellm_core_utils/litellm_logging.py"
tests_dir = "../../tests/"
# logging_file = "../../litellm/litellm_core_utils/litellm_logging.py"
# tests_dir = "../../tests/"
logging_functions = get_function_names_from_file(logging_file)
print("logging_functions:", logging_functions)