fix: rename test_cost_calculator to resolve pytest import collision

Rename tests/test_litellm/llms/azure_ai/test_cost_calculator.py to
test_azure_ai_cost_calculator.py. Two test files shared the same module name
(test_cost_calculator) in different paths, causing pytest 'import file mismatch'
when collecting. Unique basenames resolve the collision.
This commit is contained in:
Alexsander Hamir 2026-02-05 17:14:44 -08:00
parent cebd4b9646
commit 75e85f9aaf