summaryrefslogtreecommitdiff
path: root/tests/test_simple_unit.py
Commit message (Expand)AuthorAgeFilesLines
* Convert most str.format() calls in tests to use f-stringsptmcg2022-05-301-4/+2
* Added min/max keyword arguments for delimited_list (#335)Marius2021-12-041-0/+12
* Fix test issue; update version timeptmcg2021-09-021-2/+4
* Make static methods staticmethodsptmcg2021-09-021-0/+2
* Sweep code for calls using legacy namesptmcg2021-08-081-43/+43
* Add PEP-8 naming, with compatibility synonymsptmcg2021-08-071-2/+2
* Minor code cleanupsptmcg2021-08-071-1/+4
* Add allowTrailingDelim to delimitedList helper (#285)Kazantcev Andrey2021-07-291-0/+14
* Additional configuration for `skipWhitespace` and `leaveWhitespace` (#219)Michael Milton2020-06-091-0/+91
* Pop counter token and return rest instead of dropping all tokens in countedAr...Marcin Jaworski2020-05-031-1/+1
* Rollforward infixNotation ternary op fix from 2.4.6 branch, plus related unit...ptmcg2020-01-041-1/+1
* Blacken the project (#141)Jon Dufresne2019-10-311-242/+374
* Some code header cleanup; remove BUFFER_OUTPUT from test_unit.py, and replace...Paul McGuire2019-10-241-1/+1
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-2/+2
* refactor tests into tests directory (#130)Kyle Lahnakoski2019-10-211-0/+463