(QOL improvement) add unit testing for all static_methods in litellm_logging.py (#6640)

* add unit testing for standard logging payload

* unit testing for static methods in litellm_logging

* add code coverage check for litellm_logging

* litellm_logging_code_coverage

* test_get_final_response_obj

* fix validate_redacted_message_span_attributes

* test validate_redacted_message_span_attributes
This commit is contained in:
Ishaan Jaff 2024-11-07 16:26:53 -08:00 committed by GitHub
parent 6e4a9bb3b7
commit ae385cfcdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 334 additions and 9 deletions

View file

@ -722,6 +722,7 @@ jobs:
- run: python ./tests/documentation_tests/test_general_setting_keys.py
- run: python ./tests/code_coverage_tests/router_code_coverage.py
- run: python ./tests/code_coverage_tests/test_router_strategy_async.py
- run: python ./tests/code_coverage_tests/litellm_logging_code_coverage.py
- run: python ./tests/documentation_tests/test_env_keys.py
- run: helm lint ./deploy/charts/litellm-helm