diff options
author | Matt Carmody <33763384+mattcarmody@users.noreply.github.com> | 2020-02-24 01:32:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 19:32:22 -0600 |
commit | 22c76ec0f9dbf67f59afc56eaf9f5b043e4eef20 (patch) | |
tree | 7384a700ebcd6b3f3fb090b4ce9e8dd12fb2d0a0 /examples/eval_arith.py | |
parent | 2bd5afbd60973a11bbf9b7c3d677d1bb0442395d (diff) | |
download | pyparsing-git-22c76ec0f9dbf67f59afc56eaf9f5b043e4eef20.tar.gz |
Add unit tests to expand test coverage (#184)
* Add unit test for pop with invalid named arg
* Add unit test for setParseAction() with uncallable arg
* Add unit test for __mul__ with negative number
* Add unit test for __mul__ with Ellipsis
* Add unit tests for matchOnlyAtCol
* Add unit tests for convertToDate and converToDatetime
* blacken the new tests
* Add unit test for assertParseAndCheckDict
* Update with feedback from ptmcg
Removed unnecessary imports
Replaced exception prints with ptmcg's assertRaises override
* blacken updates
* Update tests with additional feedback
Change assertRaises(ParseException) to assertRaisesParseException()
Return exception in overrided assertRaises
Diffstat (limited to 'examples/eval_arith.py')
0 files changed, 0 insertions, 0 deletions