4165729d61524ca12c83c01d6603497f6a526493
Close the small coverage gaps left after the members app move: - FamilyMembership.__str__ string representation - FamilyAdmin.member_count display (with and without members) - CSV import skips a row with an empty required field (was only exercising the invalid-date path) - MemberImportResult.successful_rows property Coverage 98% -> 99% (69 tests). The only remaining uncovered lines are the redundant re-link branch in MemberCsvImporter.import_row (131-132), which is unreachable because update_or_create already sets member.user. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
No description provided
Languages
Python
59.1%
HTML
28.3%
CSS
8%
JavaScript
4.2%
Shell
0.2%
Other
0.2%