mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 02:21:27 +00:00
docs(litellm_logging_code_coverage.py): fix check
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user