apac-ops-bot/backend/tests
michael 7f1bc76123 Change Redis host port from 6379 to 6380 to avoid port conflict
Existing Redis instance was using port 6379, causing Docker container
startup failures. Changed host-exposed port to 6380 while keeping
internal container port at 6379.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 17:02:48 -06:00
..
__init__.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
conftest.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
test_api.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
test_config.py Change Redis host port from 6379 to 6380 to avoid port conflict 2026-02-02 17:02:48 -06:00
test_database.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
test_models.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
test_openai_service.py Implement OpenAI Responses API service with RAG enforcement 2026-01-27 14:26:43 +00:00