aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_common.py
Commit message (Collapse)AuthorAgeFilesLines
* update fuzzy helper to pass 'reason' through to import codeBryan Newbold2020-12-171-2/+2
| | | | | The motivation for this change is to enable passing the 'reason' through to edit extra metadata, in cases where we merge or cluster releases.
* add fuzzy matching helper to importer base classBryan Newbold2020-12-161-0/+78
Using fuzzycat. Add basic test coverage.