felt/internal/financial
Mikkel Georgsen 968a38dd87 fix(tests): use per-test in-memory DB to prevent shared state conflicts
The testDB() function used cache=shared which caused UNIQUE constraint
failures when multiple tests seeded the same chip_sets row.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:16:50 +01:00
..
chop.go feat(01-09): implement tournament lifecycle, multi-tournament, ICM, and chop/deal 2026-03-01 07:58:11 +01:00
chop_test.go test(01-09): add ICM, chop/deal, tournament lifecycle, and integration tests 2026-03-01 08:10:52 +01:00
engine.go feat(01-06): implement financial transaction engine 2026-03-01 04:11:58 +01:00
engine_test.go fix(tests): use per-test in-memory DB to prevent shared state conflicts 2026-03-01 08:16:50 +01:00
icm.go feat(01-09): implement tournament lifecycle, multi-tournament, ICM, and chop/deal 2026-03-01 07:58:11 +01:00
icm_test.go test(01-09): add ICM, chop/deal, tournament lifecycle, and integration tests 2026-03-01 08:10:52 +01:00
payout.go docs(01-13): complete Layout Shell plan 2026-03-01 04:15:37 +01:00
payout_test.go docs(01-13): complete Layout Shell plan 2026-03-01 04:15:37 +01:00
receipt.go docs(01-13): complete Layout Shell plan 2026-03-01 04:15:37 +01:00