aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_jstor.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-20/+29
|
* python: isort everythingBryan Newbold2021-11-021-2/+2
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-7/+7
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint (flake8) python test filesBryan Newbold2020-07-011-3/+3
|
* JSTOR importer polishBryan Newbold2019-05-211-5/+5
|
* missing jstor import test (and fix typo)Bryan Newbold2019-05-211-0/+77