mitgliederverwaltung/test
Moritz ec6422d450 fix(membership-fees): show error for unparseable cycle date instead of crashing
Date.from_iso8601/1 returns {:error, reason}, so the with else clause matching a bare :error never fired and an invalid date raised a WithClauseError. Match the real date/calendar error reasons so the user sees the validation message.
2026-06-02 12:08:19 +02:00
..
accounts Improve oidc only mode (#474) 2026-03-16 19:09:07 +01:00
fixtures refactor 2026-01-25 17:31:42 +01:00
membership Accept future join dates: remove past-only validation and update tests 2026-05-12 23:14:44 +02:00
membership_fees Fix Credo Readability (strict) 2026-03-04 16:21:14 +01:00
mv fix(pdf-export): match DateTime.from_iso8601 three-tuple when formatting cells 2026-06-02 12:04:37 +02:00
mv_web fix(membership-fees): show error for unparseable cycle date instead of crashing 2026-06-02 12:08:19 +02:00
support fix: join confirmation mail configuration 2026-03-13 09:34:56 +01:00
seeds_test.exs test: move slow and less critical tests to nightly suite 2026-01-28 14:34:05 +01:00
test_helper.exs harden env handling (#481) 2026-04-08 10:40:22 +02:00