summaryrefslogtreecommitdiff
path: root/simple_unit_tests.py
Commit message (Expand)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 One...Paul McGuire2019-07-031-23/+38
* 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 su...Paul McGuire2019-04-011-1/+3
* 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
* Do true division when computing average (be sure to import from __future__ fo...ptmcg2018-11-231-2/+3
* Fix failing tests (both py2K and py3k)Matěj Cepl2018-11-211-4/+5
* 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 corresp...Paul McGuire2018-09-231-2/+13
* add more simple unit tests, plus support for tests with searchString and tran...Paul McGuire2018-09-211-17/+92
* 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
* clean up CHANGES notes and add output message if running simple_unit_tests.py...ptmcg2018-09-191-0/+1
* 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