- Fix database connection issue: Patch CONNECTION_URI environment variable in test configuration to use TEST_CONNECTION_URI before imports, ensuring deriver queue operations connect to test database (port 5432) instead of production database (port 54322) - Fix agent mocking: Replace incorrect Dialectic.call mocking with proper agent.chat function mock that returns correct response object structure - Improve test database setup: Always drop and recreate test database for clean slate and proper schema alignment - All 284 tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_apps.py | ||
| test_collections.py | ||
| test_documents.py | ||
| test_keys.py | ||
| test_messages.py | ||
| test_metamessages.py | ||
| test_scoped_api.py | ||
| test_sessions.py | ||
| test_users.py | ||
| test_validation_api.py | ||