index
:
delta/python-packages/pyparsing-git.git
226-railroad-updates
NZd4iiDQleE1FBF0
left_recursion_support
master
pep8_naming
pp_unicode
pyjion_testing
pyparsing_1.5.x
pyparsing_2.4.1.x
pyparsing_2.4.x
unittest_integration
github.com: pyparsing/pyparsing.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
simple_unit_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
First take on unittest integration methods and classes
Paul McGuire
2019-09-06
1
-12
/
+12
*
Remove Py2 compatibility code from unit tests
Paul McGuire
2019-08-10
1
-24
/
+1
*
Add support for ... as short cut for SkipTo in And, and for repetition as One...
Paul McGuire
2019-07-03
1
-23
/
+38
*
Improved support for "python setup.py test"
Paul McGuire
2019-04-07
1
-12
/
+18
*
Fix unnumbered str format placeholders for Py2.6
Paul McGuire
2019-04-01
1
-1
/
+1
*
General code cleanup; have unit test module exit(0 or 1) depending on test su...
Paul McGuire
2019-04-01
1
-1
/
+3
*
Py2 simple_unit_tests.py compat changes - part 2
ptmcg
2019-03-10
1
-4
/
+3
*
Support for simple_unit_tests under Python 2 (#72)
Eric Wald
2019-03-10
1
-6
/
+14
*
Add tests to show use of Combine and simple Regex
ptmcg
2019-01-30
1
-0
/
+32
*
Convert exception logging to use ParseException.explain()
Paul McGuire
2019-01-05
1
-5
/
+7
*
Trim trailing white space throughout the project
Jon Dufresne
2018-12-22
1
-11
/
+11
*
Do true division when computing average (be sure to import from __future__ fo...
ptmcg
2018-11-23
1
-2
/
+3
*
Fix failing tests (both py2K and py3k)
Matěj Cepl
2018-11-21
1
-4
/
+5
*
Use unittest2 for python2 (Python 2.7 unittest doesn't have subTest)
Matěj Cepl
2018-11-21
1
-1
/
+4
*
Add some examples of most common helper expressions
ptmcg
2018-10-30
1
-0
/
+57
*
Bad example for beginner users
Paul McGuire
2018-10-04
1
-6
/
+0
*
add a few more simple unit tests
ptmcg
2018-10-02
1
-0
/
+22
*
Formatting and comment cleanup in simple_unit_tests
Paul McGuire
2018-09-24
1
-2
/
+4
*
force order of simple unit tests to make it easier to see test output corresp...
Paul McGuire
2018-09-23
1
-2
/
+13
*
add more simple unit tests, plus support for tests with searchString and tran...
Paul McGuire
2018-09-21
1
-17
/
+92
*
simple_unit_tests with Dict and combination of parse action and condition
ptmcg
2018-09-19
1
-0
/
+16
*
convert to datetimes using utc, not local time
ptmcg
2018-09-19
1
-4
/
+4
*
Add to simple_unit_tests more examples, including groups, repetition, and
ptmcg
2018-09-19
1
-1
/
+73
*
clean up CHANGES notes and add output message if running simple_unit_tests.py...
ptmcg
2018-09-19
1
-0
/
+1
*
simple_unit_tests.py only runs on Py3
ptmcg
2018-09-19
1
-0
/
+5
*
fix import of pyparsing from simple_unit_tests.py
ptmcg
2018-09-19
1
-0
/
+160