felt/internal/financial
Mikkel Georgsen 295844983a test(01-09): add ICM, chop/deal, tournament lifecycle, and integration tests
- 12 ICM tests: exact/Monte Carlo, validation, performance, convergence
- 6 chop/deal tests: chip chop, even chop, custom, partial, positions, tournament end
- 9 tournament unit tests: template creation, overrides, start validation, auto-close, multi-tournament, state aggregation
- 4 integration tests: full lifecycle, deal workflow, cancel, pause/resume
- Fix integration test DB concurrency with file-based DB + WAL mode

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:10:52 +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 feat(01-06): implement financial transaction engine 2026-03-01 04:11:58 +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