aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/fuzzy_release_match_release_exact_title_partial_contrib
Commit message (Collapse)AuthorAgeFilesLines
* matching: cleanup test filesMartin Czygan2021-12-068-127/+0
|
* turn "match_release_fuzzy" into a classMartin Czygan2021-11-168-0/+127
Goal of this refactoring was to make the matching process a bit more configurable by using a class and a cascade of queries. For a limited test set: `FuzzyReleaseMatcher.match` is works the same as `match_release_fuzzy`.