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
/
tests
/
test_unit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add testing pass with Pyjion enabled
pyjion_testing
Paul McGuire
2021-08-05
1
-0
/
+17
*
Fix misc. documentation typos (#280)
luzpaz
2021-05-14
1
-4
/
+4
*
Deprecate `locatedExpr` in favor of new `Located` class
ptmcg
2020-12-24
1
-6
/
+49
*
Add IndentedBlock class; made vertical keyword arg more visible when creating...
pyparsing_3.0.0b1
ptmcg
2020-11-02
1
-15
/
+64
*
ParseResults.List class to support returning an actual list from a parse acti...
ptmcg
2020-10-24
1
-337
/
+204
*
Issue #244, fixed debug output to indicate correct parse location; updated se...
Paul McGuire
2020-10-11
1
-8
/
+72
*
Fixed bugs in Each with ZeroOrMore and OneOrMore (first matched element enclo...
ptmcg
2020-10-11
1
-0
/
+35
*
Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...
Paul McGuire
2020-08-19
1
-430
/
+311
*
Add '*' markers to debug output to indicate cached parse expression try/pass/...
ptmcg
2020-08-18
1
-7
/
+80
*
Remove identChars override from Keyword.copy (#233)
jgrey4296
2020-08-16
1
-0
/
+5
*
Better display of single-character Words
Paul McGuire
2020-07-30
1
-0
/
+4
*
Add size spec to default Word repr output
Paul McGuire
2020-07-30
1
-12
/
+28
*
Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...
ptmcg
2020-07-08
1
-0
/
+48
*
infixNotation unit tests to address missing coverage and features; rename inf...
ptmcg
2020-07-07
1
-4
/
+50
*
Fixed traceback trimming, and added ParserElement.verbose_traceback save/rest...
Paul McGuire
2020-06-28
1
-0
/
+2
*
Additional unit tests
pyparsing_3.0.0a2
Paul McGuire
2020-06-27
1
-5
/
+91
*
Assert packrat not enabled in base test case; log packrat status and cache ty...
Paul McGuire
2020-06-27
1
-0
/
+22
*
Blackening
ptmcg
2020-06-26
1
-6
/
+18
*
Restructure unit tests to do proper testing with and without packrat enabled
ptmcg
2020-06-26
1
-11
/
+26
*
Revert to Python 3.7.1 for most compatibility; rewrite explain() unit test to...
ptmcg
2020-06-26
1
-9
/
+22
*
Modify expected explain string to use Python version-specific TypeError
ptmcg
2020-06-25
1
-1
/
+8
*
More thorough ParseException.explain testing
ptmcg
2020-06-25
1
-13
/
+62
*
Add unit tests for miscellaneous ParseException methods/behavior
ptmcg
2020-06-25
1
-0
/
+48
*
Follow-up to default vs custom name tracking, from Issue #223
ptmcg
2020-06-24
1
-18
/
+18
*
warn_on_assignment_to_Forward not working on PyPy - disable test for now if r...
ptmcg
2020-06-10
1
-4
/
+5
*
warn_on_assignment_to_Forward not working on PyPy - disable test for now if r...
ptmcg
2020-06-10
1
-1
/
+6
*
Add new warnings about common errors using Forward: warn_on_parse_using_empty...
ptmcg
2020-06-09
1
-15
/
+62
*
Add GoToColumn test (#217)
Matt Carmody
2020-05-31
1
-0
/
+38
*
Add misc unit tests for core elements with missing coverage (#214)
Matt Carmody
2020-05-18
1
-0
/
+121
*
Imports cleanup in unit tests (#215)
Matt Carmody
2020-05-17
1
-224
/
+119
*
Added unit test for modified countedArray metadata (#209)
ptmcg
2020-05-13
1
-0
/
+61
*
Parser Element and Keyword tests (#199)
Matt Carmody
2020-05-12
1
-4
/
+263
*
Pop counter token and return rest instead of dropping all tokens in countedAr...
Marcin Jaworski
2020-05-03
1
-6
/
+6
*
Fixed bug in ParseResults repr() which showed all matching entries for a resu...
ptmcg
2020-04-10
1
-0
/
+27
*
Enhanced error messages and error locations when parsing fails on the Keyword...
ptmcg
2020-04-03
1
-1
/
+62
*
Refactor ParseException explain() static method into a staticmethod and an in...
Paul McGuire
2020-03-31
1
-7
/
+7
*
Add OnlyOnce docstring, error message and unit test (#193)
Matt Carmody
2020-03-31
1
-0
/
+31
*
Add ParseResults unit tests (#198)
Matt Carmody
2020-03-31
1
-0
/
+182
*
Blacken unit test changes
ptmcg
2020-03-22
1
-13
/
+26
*
Fixup matchPreviousExpr tests
ptmcg
2020-03-22
1
-67
/
+31
*
New unit tests (#192)
Matt Carmody
2020-03-22
1
-0
/
+196
*
Housekeeping (#191)
Matt Carmody
2020-03-21
1
-98
/
+40
*
Blacken changes
ptmcg
2020-02-23
1
-2
/
+7
*
Fix bug in Each when using Regex, Regex would get parsed twice (issue #183)
ptmcg
2020-02-23
1
-13
/
+44
*
Test code cleanup; remove VERBOSE global and activate all related print() sta...
Paul McGuire
2020-02-23
1
-75
/
+86
*
Add unit tests to expand test coverage (#184)
Matt Carmody
2020-02-23
1
-1
/
+114
*
Add unit test sequences for small and unbounded packrat caches
ptmcg
2020-02-04
1
-0
/
+33
*
Update unit tests to use pyparsing_test assert methods
Paul McGuire
2020-01-27
1
-111
/
+77
*
Some unittest.TestCase cleanups (#175); black reformat of core.py
ptmcg
2020-01-26
1
-266
/
+245
*
Added new warning 'warn_on_match_first_with_lshift_operator' to warn when doi...
ptmcg
2020-01-26
1
-4
/
+34
[next]