aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_pubmed.py
Commit message (Collapse)AuthorAgeFilesLines
* fmt (black): tests/Bryan Newbold2021-11-021-31/+58
|
* python: isort everythingBryan Newbold2021-11-021-2/+2
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-11/+11
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* add 'lxml' mode for large XML file import, and multi-tagsBryan Newbold2020-12-171-2/+2
|
* lint (flake8) python test filesBryan Newbold2020-07-011-4/+3
|
* pubmed: handle multiple ReferenceListBryan Newbold2020-03-201-0/+12
| | | | | | | This resolves a situation noticed in prod where we were only importing/updating a single reference per article. Includes a regression test.
* add regression test for medlinedate -> year parsingBryan Newbold2019-12-231-0/+7
|
* faster LargeFile XML importer for PubMedBryan Newbold2019-05-291-3/+3
|
* updates to pubmed importerBryan Newbold2019-05-211-4/+45
|
* tweaks to new imports/testsBryan Newbold2019-05-211-2/+2
|
* initial pubmed importerBryan Newbold2019-05-211-0/+80