aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_refs_transform.py
Commit message (Collapse)AuthorAgeFilesLines
* 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