aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_refs_transform.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor use of grobid_tei_xmlBryan Newbold2021-10-271-2/+1
|
* replace grobid2json with grobid_tei_xmlBryan Newbold2021-10-271-2/+3
| | | | | This first iteration uses the .to_legacy_dict() helpers for backwards compatibility
* lint: small cleanups, mostly E711 and E713Bryan Newbold2021-10-271-1/+1
|
* re-style imports (isort) on all core python filesBryan Newbold2021-10-271-1/+2
|
* make fmtBryan Newbold2021-07-261-5/+13
|
* fix failing test after clean_doi()Bryan Newbold2021-07-261-1/+1
|
* refs transform: many fixesBryan Newbold2021-07-251-1/+49
| | | | | | | | | - include year correctly (many cases) - test coverage for Crossref transform - pass-through 'edition' as 'version' - series-title parsed in to title or container as appropriate - missing release stage - fix 0-index vs. 1-index ref index field
* refs transform: 1-index refs.index, not 0-indexBryan Newbold2021-07-251-1/+1
| | | | | | | | This was not matching expectations/schema of downstream refs pipeline (cgraph), and wasn't matching documented schema. Note care required when checking if the index is set, to distinguish between '0' and 'None' values.
* refs: include (source) release_stage in outputBryan Newbold2021-06-301-9/+18
|
* Revert undesirable changesChristian Clauss2021-02-231-1/+1
|
* Modernize Python syntax with pyupgrade --py38-plus **/*.pyChristian Clauss2021-02-231-1/+1
|
* minimum viable tests for GROBID XML parsing and refs transformBryan Newbold2020-09-141-0/+33