mitgliederverwaltung/test/mv_web/live/member_live
Moritz cb54c2c46e test(member-live): build date-filter property bounds without a reject-filter
The bound-pair generator filtered out ~1/4 of generated values, so unlucky
seeds hit StreamData's FilterTooNarrowError under full property runs.
Construct an at-least-one-bound-set pair directly instead, preserving the
exact domain with no rejection.
2026-06-16 17:52:17 +02:00
..
index feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
date_filter_custom_field_test.exs feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
date_filter_default_test.exs feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
date_filter_property_test.exs test(member-live): build date-filter property bounds without a reject-filter 2026-06-16 17:52:17 +02:00
date_filter_test.exs feat(member-live): wire date filters into LiveView lifecycle 2026-05-20 16:28:17 +02:00
deactivate_test.exs feat(member): deactivate and reactivate members via an exit-date dialog 2026-06-15 15:10:44 +02:00