You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Add three tests verifying hidden-quote filtering behaviour in NativeRepository: - list_quotes_excludes_hidden: hidden quotes do not appear in paginated listing results. - get_random_quote_excludes_hidden: get_random_quote returns None when the only quote is hidden. - get_quote_returns_hidden_quote: get_quote (direct ID lookup) still returns the quote when it is hidden. Also refactor the inline row-mapping closure in list_quotes to use the existing row_to_quote helper, eliminating duplicated column mapping logic. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
3 months ago | |
|---|---|---|
| .. | ||
| db | 3 months ago | |
| handlers | 3 months ago | |
| main.rs | 3 months ago | |