litellm/tests/code_coverage_tests
Ishaan Jaff 0a0768b3df
fix(ci): resolve mypy and check_code_and_doc_quality CI failures (#21812)
- fix(mypy): suppress [misc] type error in common_utils.py for cls.__init__ access
- fix(mypy): move type: ignore comment to correct line in test_eval.py (line 232 not 231)
- fix(mypy): suppress [misc] and pre-existing pyright errors in vertex_ai_non_gemini.py
- fix(check_licenses): strip inline comments before parsing requirements.txt lines so CVE comments don't break packaging.requirements.Requirement()
- fix(router_coverage): add _merge_tools_from_deployment and _invalidate_access_groups_cache to ignored list (private helpers tested indirectly)
2026-02-21 13:08:47 -08:00
..
azure_client_usage_test.py
ban_constant_numbers.py
ban_copy_deepcopy_kwargs.py
bedrock_pricing.py
callback_manager_test.py
check_data_replace_usage.py
check_endpoint_coverage.py Litellm improve endpoint discovery (#18762) 2026-01-07 17:35:01 +05:30
check_fastuuid_usage.py
check_get_model_cost_key_performance.py [Refactor] Add CI enforcement for O(1) operations in _get_model_cost_key to prevent performance regressions (#19052) 2026-01-13 17:08:03 -08:00
check_guardrail_apply_decorator.py content filter test fix 2026-02-12 17:54:16 -08:00
check_licenses.py fix(ci): resolve mypy and check_code_and_doc_quality CI failures (#21812) 2026-02-21 13:08:47 -08:00
check_provider_folders_documented.py Litellm improve endpoint discovery (#18762) 2026-01-07 17:35:01 +05:30
check_spanattributes_value_usage.py
check_unsafe_enterprise_import.py
code_qa_check_tests.py
enforce_llms_folder_style.py Fix get_unique_names_from_llms_dir 2026-02-18 18:32:25 +05:30
ensure_async_clients_test.py
info_log_check.py
liccheck.ini [Release - 02/10/2026] v1.81.10-nightly 2026-02-10 16:26:30 -08:00
license_cache.json [Release Day] - Fixed CI/CD issues & changed processes (#19902) 2026-01-28 17:57:24 -08:00
litellm_logging_code_coverage.py
log.txt
memory_test.py Add UnboundedDataStructurePattern to memory test detector (#18590) 2026-01-02 11:49:32 -08:00
pass_through_code_coverage.py
prevent_key_leaks_in_exceptions.py
recursive_detector.py IGNORE_FUNCTIONS 2026-02-14 12:59:15 -08:00
router_code_coverage.py fix(ci): resolve mypy and check_code_and_doc_quality CI failures (#21812) 2026-02-21 13:08:47 -08:00
router_enforce_line_length.py
test_aio_http_image_conversion.py fix img URL for tests 2025-11-22 09:41:15 -08:00
test_ban_set_verbose.py
test_chat_completion_imports.py
test_proxy_types_import.py
test_router_strategy_async.py
user_api_key_auth_code_coverage.py