You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Add Database Integration Tests for All Models #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
While unit tests use mocked datastores, we need integration tests that verify actual database operations, constraints, and migrations work correctly.
Current State
Required Database Integration Tests
Core Models
Database Features
Implementation Notes
core/api/attachment_integration_test.godatabase setup patternAcceptance Criteria