Files
my-pal-mcp-server/tests
Josh Vera 6fa7cbcf0d fix: Ensure dummy API keys are set for tests with no_mock_provider marker
The test failures in CI were caused by tests with @pytest.mark.no_mock_provider
that prevented dummy API keys from being set. In CI with no real API keys,
this led to 'Model not available' errors.

Changed pytest_collection_modifyitems to always set dummy keys if missing,
regardless of markers. This ensures tests work in CI while still allowing
real API keys to be used when present.

Fixes test_conversation_field_mapping.py failures in CI across Python 3.10-3.12.
2025-07-13 11:29:02 -06:00
..
2025-06-30 13:35:40 +04:00
2025-06-19 05:37:40 +04:00
2025-06-27 14:29:10 +04:00
2025-06-19 05:37:40 +04:00
2025-06-27 14:29:10 +04:00
2025-06-21 08:21:34 +04:00