aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* add multiple-editor test for possible forthcoming GROBID TEI output updateBryan Newbold2021-11-082-0/+66
|
* add a test for a proceedings citation; 'meeting' is not implemented yetBryan Newbold2021-11-032-0/+58
|
* add test for XML parse exception behaviorBryan Newbold2021-11-032-0/+87
|
* handle 'bare' editor namesBryan Newbold2021-11-032-0/+30
|
* add a test for author email extractionBryan Newbold2021-11-032-0/+100
| | | | | | The recent refactor fixed email extraction. Thanks to Seán Healy for reporting and providing a test case.
* improve author and editor parsingBryan Newbold2021-11-031-2/+6
|
* move test files into sub-directoriesBryan Newbold2021-11-0310-9/+9
|
* add failing test for single editor tag, multiple persnameBryan Newbold2021-11-032-0/+58
|
* add UTF-8 processCitation testsBryan Newbold2021-10-293-0/+134
|
* add more explicit single and multiple citation parsing functionsBryan Newbold2021-10-273-3/+54
|
* make fmt (black 21.9b0)Bryan Newbold2021-10-272-42/+52
|
* more test coverage and commentsBryan Newbold2021-10-252-2/+116
|
* remove legacy grobid2json code itselfBryan Newbold2021-10-251-111/+0
|
* schema expansion; grobid v0.7.x examples and test coverageBryan Newbold2021-10-255-4/+3164
|
* refactor GrobidHeader and GrobidCitation into GrobidBiblioBryan Newbold2021-10-222-7/+6
|
* initial CSL conversion testBryan Newbold2021-10-221-0/+40
|
* more tweaking/refactoring progress, and some to_csl_dict() helpersBryan Newbold2021-10-221-5/+7
|
* to_legacy_dict() helper, and start adding some new fieldsBryan Newbold2021-10-222-31/+4
|
* bunch of lint and fmt cleanupsBryan Newbold2021-10-222-65/+69
|
* more progressBryan Newbold2021-10-214-144/+558
|
* start refactoring into new parser, with dataclass typesBryan Newbold2021-10-212-3/+79
|
* make fmtBryan Newbold2021-10-212-11/+14
|
* remove reundant temporary test codeBryan Newbold2021-10-211-3/+0
|
* get tests to start passingBryan Newbold2021-10-213-1/+570
|
* rip out API interaction codeBryan Newbold2021-10-211-62/+1
|
* init project from existing code and tests in sandcrawler, fatcat-scholar, ↵Bryan Newbold2021-10-214-0/+2276
fuzzycat, etc