- Update test_initialize_model_map to mock models.list() response properly - Update test_get_openai_client_and_model_default to match new MODEL_X behavior - Fix test_initialize_model_map_with_env_vars in functional tests Tests now properly mock the OpenAI client's models.list() response, which returns model IDs that are used as keys in MODEL_CLIENT_MAP, not endpoint names. |
||
|---|---|---|
| .. | ||
| test_activity.py | ||
| test_activity_utils.py | ||
| test_activity_yaml_validator.py | ||
| test_app.py | ||
| test_guarded_ai_functions.py | ||
| test_models.py | ||
| test_random_buckets.py | ||
| test_yaml_loading.py | ||