aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_jalc.py
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated extid sqlite3 lookup table feature from importersBryan Newbold2021-11-091-6/+2
| | | | | | | | This was used during initial bulk imports, but is no longer used and could create serious metadata problems if used accidentially. In retrospect, it also made metadata provenance less transparent, and may have done more harm than good overall.
* fmt (black): tests/Bryan Newbold2021-11-021-35/+42
|
* python: isort everythingBryan Newbold2021-11-021-2/+2
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-2/+2
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint (flake8) python test filesBryan Newbold2020-07-011-3/+3
|
* tweak JALC tests for english swaperooBryan Newbold2019-05-291-2/+2
|
* more JALC importer polishBryan Newbold2019-05-211-2/+29
|
* minor jalc test cleanupBryan Newbold2019-05-211-6/+1
|
* initial flesh out of JALC parserBryan Newbold2019-05-211-0/+88