summaryrefslogtreecommitdiff
path: root/tests/test_examples.py
Commit message (Collapse)AuthorAgeFilesLines
* Better formatting in range_check.py example, and added to test_examples.pyHEADmasterptmcg2023-05-061-0/+3
|
* Updated several examples to latest method namesptmcg2023-05-041-1/+1
|
* Update lucene_grammar.py example, fix * and ? wildcards, and corrected some ↵ptmcg2023-03-251-2/+2
| | | | tests. Addresses #455
* Add delta_time, excelExpr, and rosettacode to test_examples.pyptmcg2022-07-121-1/+10
|
* Add booleansearchparser.py to test_examplesptmcg2022-07-091-0/+3
|
* Blacken test_examples.pyptmcg2020-06-271-1/+1
|
* Add make_diagram.py to examples to demonstrate creating railroad diags for ↵ptmcg2020-06-271-1/+2
| | | | selected examples
* Include 2.4.x change notes to CHANGES; add select_parser to unit tests; ↵ptmcg2019-11-181-0/+3
| | | | minor changes to select_parser
* Blacken the project (#141)Jon Dufresne2019-10-311-3/+1
|
* Some code header cleanup; remove BUFFER_OUTPUT from test_unit.py, and ↵Paul McGuire2019-10-241-0/+3
| | | | replace most resetting() context managers and try-finallys with ppt.reset_pyparsing_context
* refactor tests into tests directory (#130)Kyle Lahnakoski2019-10-211-0/+30