Skip to content

Commit 8b39df0

Browse files
committed
feat(tests): overhaul test structure for hybrid database architecture
- Enhanced test configuration in `conftest.py` to support both synchronous and asynchronous testing with SQLModel and py-pglite. - Introduced comprehensive test fixtures for unit and integration testing, ensuring clean database isolation and performance metrics collection. - Removed outdated end-to-end and integration tests to streamline the test suite. - Added new unit tests for PostgreSQL advanced features, including JSON operations and performance monitoring. - Updated database service tests to reflect the hybrid architecture, ensuring compatibility with both sync and async operations.
1 parent da55790 commit 8b39df0

12 files changed

+2548
-3076
lines changed

tests/conftest.py

Lines changed: 536 additions & 136 deletions
Large diffs are not rendered by default.

tests/e2e/test_database_end_to_end.py

Lines changed: 0 additions & 628 deletions
This file was deleted.

tests/e2e/test_smoke_e2e.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)