Lukas
458fc483e4
feat(tests): add comprehensive database transaction tests
- 66 tests for transaction management
- Coverage: 90% (meets 90%+ target)
- Tests for TransactionContext (sync and async)
- Tests for SavepointContext (sync and async)
- Tests for @transactional decorator
- Tests for atomic() and atomic_sync() context managers
- Tests for transaction propagation (REQUIRED, REQUIRES_NEW, NESTED)
- Tests for utility functions (is_in_transaction, get_transaction_depth)
- Tests for complex scenarios (nested transactions, partial rollback)
Task 3 completed (Priority P0, Effort Large)
2026-01-26 18:12:33 +01:00
..
2026-01-26 17:22:55 +01:00
2025-12-23 18:13:10 +01:00
2026-01-24 17:42:59 +01:00
2025-12-23 18:13:10 +01:00
2025-12-23 18:13:10 +01:00
2026-01-26 18:12:33 +01:00
2025-10-12 23:17:20 +02:00
2025-11-15 12:35:51 +01:00