summaryrefslogtreecommitdiff
path: root/simple_unit_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* First take on unittest integration methods and classesPaul McGuire2019-09-061-12/+12
|
* Remove Py2 compatibility code from unit testsPaul McGuire2019-08-101-24/+1
|
* Add support for ... as short cut for SkipTo in And, and for repetition as ↵Paul McGuire2019-07-031-23/+38
| | | | OneOrMore and ZeroOrMore; fix PY2 test bug in unitTests.py
* Improved support for "python setup.py test"Paul McGuire2019-04-071-12/+18
|
* Fix unnumbered str format placeholders for Py2.6Paul McGuire2019-04-011-1/+1
|
* General code cleanup; have unit test module exit(0 or 1) depending on test ↵Paul McGuire2019-04-011-1/+3
| | | | success, to trigger CI pass/fail; fix bug that crept into withAttribute; minor performance tweaks in Regex and Word
* Py2 simple_unit_tests.py compat changes - part 2ptmcg2019-03-101-4/+3
|
* Support for simple_unit_tests under Python 2 (#72)Eric Wald2019-03-101-6/+14
|
* Add tests to show use of Combine and simple Regexptmcg2019-01-301-0/+32
|
* Convert exception logging to use ParseException.explain()Paul McGuire2019-01-051-5/+7
|
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-11/+11
| | | | | | Many editors clean up trailing white space on save. By removing it all in one go, it helps keep future diffs cleaner by avoiding spurious white space changes on unrelated lines.
* Do true division when computing average (be sure to import from __future__ ↵ptmcg2018-11-231-2/+3
| | | | for Python2/3 cross-compat)
* Fix failing tests (both py2K and py3k)Matěj Cepl2018-11-211-4/+5
| | | | Fixes #48
* Use unittest2 for python2 (Python 2.7 unittest doesn't have subTest)Matěj Cepl2018-11-211-1/+4
|
* Add some examples of most common helper expressionsptmcg2018-10-301-0/+57
|
* Bad example for beginner usersPaul McGuire2018-10-041-6/+0
|
* add a few more simple unit testsptmcg2018-10-021-0/+22
|
* Formatting and comment cleanup in simple_unit_testsPaul McGuire2018-09-241-2/+4
|
* force order of simple unit tests to make it easier to see test output ↵Paul McGuire2018-09-231-2/+13
| | | | corresponding to each test case
* add more simple unit tests, plus support for tests with searchString and ↵Paul McGuire2018-09-211-17/+92
| | | | transformString
* simple_unit_tests with Dict and combination of parse action and conditionptmcg2018-09-191-0/+16
|
* convert to datetimes using utc, not local timeptmcg2018-09-191-4/+4
|
* Add to simple_unit_tests more examples, including groups, repetition, andptmcg2018-09-191-1/+73
| | | | parse conditions
* clean up CHANGES notes and add output message if running ↵ptmcg2018-09-191-0/+1
| | | | simple_unit_tests.py on Py2
* simple_unit_tests.py only runs on Py3ptmcg2018-09-191-0/+5
|
* fix import of pyparsing from simple_unit_tests.pyptmcg2018-09-191-0/+160