forked from phoenix/litellm-mirror
(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:
parent
6e4a9bb3b7
commit
ae385cfcdc
5 changed files with 334 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue