Routetest_join_paths_happy_pathpytest.mark.parametrize(
"base, route, expected",
[
("https://proxy.example.com", "/v1/chat",
tests/test_litellm/proxy/utils/helpers/test_url_helpers.py:None
Routetest_key_delete_authz_matrixpytest.mark.parametrize(
"actor,target_shape,expected_status",
[(a, t, s) for (_id, a, t, s) in _SCENA
tests/proxy_behavior/management/test_key_delete.py:None
Routetest_key_info_authz_matrixpytest.mark.parametrize(
"actor,target_actor,expected_status",
[(a, t, s) for (_id, a, t, s) in _SCENA
tests/proxy_behavior/management/test_key_info.py:None
Routetest_key_regenerate_authz_matrixpytest.mark.parametrize(
"actor,target_shape,expected_status",
[(a, t, s) for (_id, a, t, s) in _SCENA
tests/proxy_behavior/management/test_key_regenerate.py:None
Routetest_key_service_account_generate_authz_matrixpytest.mark.parametrize(
"actor,team_target,expected_status",
[(a, t, s) for (_id, a, t, s) in _SCENAR
tests/proxy_behavior/management/test_key_service_account_generate.py:None
Routetest_key_update_authz_matrixpytest.mark.parametrize(
"actor,target_shape,expected_status",
[(a, t, s) for (_id, a, t, s) in _SCENA
tests/proxy_behavior/management/test_key_update.py:None
Routetest_key_update_denied_does_not_touch_budget_counterspytest.mark.parametrize(
"actor,target_shape,expected_status",
[(a, t, s) for (_id, a, t, s) in _DENIE
tests/proxy_behavior/management/test_key_update.py:None
Routetest_map_stop_sequencespytest.mark.parametrize(
"stop_input,expected_output,drop_params",
[
("stop", ["stop"], True),
tests/llm_translation/test_anthropic_completion.py:None