3.2.4 — 2025-01-27¶
← 3.2.5 | 3.2.3 → | ↑ 3.x series
Fixed¶
Testing¶
- Fixed atomic transactions feature test error handling expectations:
- Corrected test to expect
InternalErrorinstead ofDatabaseErrorfor normal exceptions - Aligned test expectations with the correct exception wrapping behavior in atomic decorators
- Normal exceptions (like
ValueError) are now correctly expected to be wrapped asInternalError - Database-specific exceptions continue to be wrapped as appropriate
DatabaseErrorsubclasses