mitgliederverwaltung/test
Moritz 82897d5cd3
All checks were successful
continuous-integration/drone/push Build is passing
refactor: improve cycle generation code quality and documentation
- Remove Process.sleep calls from integration tests (tests run synchronously in SQL sandbox)
- Improve error handling: membership_fee_type_not_found now returns changeset error instead of just logging
- Clarify partial_failure documentation: successful_cycles are not persisted on rollback
- Update documentation: joined_at → join_date, left_at → exit_date
- Document PostgreSQL advisory locks per member (not whole table lock)
- Document gap handling: explicitly deleted cycles are not recreated
2025-12-12 17:41:22 +01:00
..
accounts test: add tests for user-member linking and fuzzy search (#168) 2025-11-20 16:51:43 +01:00
membership fix: credo warnings 2025-12-11 14:21:40 +01:00
membership_fees refactor: improve cycle generation code quality and documentation 2025-12-12 17:41:22 +01:00
mv/membership_fees test: fix date dependencies in cycle generator tests 2025-12-12 16:41:44 +01:00
mv_web Merge remote-tracking branch 'origin/main' into feature/220_ui_issues_2 2025-12-11 01:49:12 +01:00
support Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
seeds_test.exs fix: credo warnings 2025-12-11 14:21:40 +01:00
test_helper.exs Add generated starter app 2025-03-18 15:05:27 +01:00