You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strengthen AbstractPage tests to kill Coalesce mutations
Add two tests that exercise both sides of coalesce expressions simultaneously:
- test_parent_page_is_checked_before_parent_page_data_in_cycle_detection:
sets parentPage (cyclic) and parentPageData (safe) together; swapping the
?? order would miss the cycle and the test would fail
- test_get_parent_page_route_prefers_parent_page_over_parent_page_data:
sets routes on both parents; swapping the ?? order returns the wrong route
0 commit comments