aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/transform_csl.py
Commit message (Collapse)AuthorAgeFilesLines
* typing: first batch of python bulk type annotationsBryan Newbold2021-11-031-3/+4
| | | | | | While these changes are more delicate than simple lint changes, this specific batch of edits and annotations was *relatively* simple, and resulted in few code changes other than function signature additions.
* fmt (black): tests/Bryan Newbold2021-11-021-16/+23
|
* lint/fmt: remove all 'import *'Bryan Newbold2021-11-021-2/+2
|
* cleanup imports after fatcat_tools.transforms changeBryan Newbold2021-11-021-3/+5
|
* tests: small citeproc style changes (to match Pipfile.lock update)Bryan Newbold2021-06-231-2/+3
|
* lint (flake8) python test filesBryan Newbold2020-07-011-2/+2
|
* improve citeproc/CSL web interfaceBryan Newbold2020-03-251-10/+10
| | | | | | | | | | | | | | This tries to show the citeproc (bibtext, MLA, CSL-JSON) options for more releases, and not show the links when they would break. The primary motivation here is to work around two exceptions being thrown in prod every day (according to sentry): KeyError: 'role' ValueError: CLS requries some surname (family name) I'm guessing these are mostly coming from crawlers following the citeproc links on release landing pages.
* refactor all python source for client lib nameBryan Newbold2019-09-051-1/+1
|
* make some XXX into TODOBryan Newbold2019-05-201-1/+1
|
* refactor and test citeproc codeBryan Newbold2019-03-181-0/+62