test-cases/test_channel_phone_numbers.py | test_get_phone_numbers_success, test_get_phone_numbers_empty, test_get_phone_numbers_missing_channel_id, test_get_phone_numbers_invalid_channel_id, test_get_phone_numbers_unauthenticated (+15) |
test-cases/test_organizations.py | test_accept_invitation_success, test_accept_invitation_missing_email, test_accept_invitation_missing_code, test_accept_invitation_invalid_code, test_get_settings_success (+14) |
test-cases/test_auth.py | test_resend_verification_success, test_resend_verification_missing_email, test_verify_email_success, test_verify_email_missing_code, test_verify_email_missing_email (+13) |
dev/test_stt_models.py | load_stt_providers, test_deepgram, test_openai, test_groq, test_sarvam (+9) |
test-cases/test_services.py | test_get_all_services_success, test_get_all_services_filter_by_type, test_get_all_services_empty, test_get_all_services_unauthenticated, test_get_service_success (+8) |
test-cases/test_channels.py | test_get_all_channels_success, test_get_all_channels_empty, test_get_all_channels_unauthenticated, test_get_channel_success, test_get_channel_missing_id (+6) |
test-cases/test_agents.py | test_get_all_agents_success, test_get_all_agents_empty, test_get_all_agents_with_agent_id_filter, test_get_all_agents_unauthenticated, test_get_all_agents_invalid_agent_id_type (+5) |
test-cases/test_voices.py | test_get_voices_success, test_get_voices_empty, test_get_voices_unauthenticated, test_get_voice_by_provider_success, test_get_voice_by_provider_empty (+4) |
test-cases/test_service_providers.py | test_get_all_providers_success, test_get_all_providers_filter_by_type, test_get_all_providers_empty, test_get_all_providers_unauthenticated, test_get_provider_success (+4) |
core/services/agent_runner_service.py | _get_twilio_credentials_from_channel, _get_twilio_credentials_from_api_keys, _get_twilio_credentials, _fetch_twilio_call_info, _get_telnyx_api_key (+4) |