summaryrefslogtreecommitdiff
path: root/tests/json_parser_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. documentation typos (#280)luzpaz2021-05-141-1/+1
| | | Found via `codespell -q 3 -L ba,fourty,halp,inout,strng`
* ParseResults.List class to support returning an actual list from a parse ↵ptmcg2020-10-241-199/+201
| | | | action, plus aslist and asdict args to Group and Dict classes to emit native Python types instead of ParseResults; also update repr() output of ParseResults to include the type name instead of just a bare tuple.
* refactor tests into tests directory (#130)Kyle Lahnakoski2019-10-211-0/+359