summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* don't clobber IDs if they existSimon Kelly2021-06-241-4/+4
* test case for existing auto idSimon Kelly2021-06-241-0/+13
* Revert "allow # in IDs"Simon Kelly2018-07-301-2/+1
* allow # in IDsSimon Kelly2018-07-271-1/+2
* Merge pull request #33 from abloomston/nullObjsKenn Knowles2016-12-171-1/+2
|\
| * added test for foo.[*] where foo is nullAdam Bloomston2015-10-011-1/+2
* | Add tests and fixes for updateKenn Knowles2016-10-042-67/+62
* | Implemented update method on most JSONPath descendents. Tests included.Josh Benner2015-07-131-0/+67
|/
* Adjustments and tests for jsonpath.py command line scriptKenn Knowles2014-02-074-0/+76
* Add tests for escaped string delimiters1.2.2Kenn Knowles2013-12-111-0/+9
* * Fix TestJsonPath.test_hyphen_key on Python 2.6José Manuel Fardello2013-08-251-2/+2
* * Allows the hyphen to be part of the field.José Manuel Fardello2013-08-241-0/+11
* Fix #6 add negative indexing and slicingGregg Lind2013-07-232-2/+6
* Add test for basic lexer errorsIlya Strukov2013-06-211-1/+10
* Add tests for `parent` named operatorKenn Knowles2013-06-141-0/+4
* Switch @ for `this` since it is so common in field names (for example when JS...Kenn Knowles2013-03-272-10/+13
* Support auto id and paths well for `$` operatorKenn Knowles2013-03-271-0/+48
* Remove set literals0.8Kenn Knowles2013-03-261-7/+7
* Python 2 & 3 supportKenn Knowles2013-03-263-9/+16
* More tests and fixes for SliceKenn Knowles2013-03-221-0/+8
* Fixes to IndexKenn Knowles2013-03-221-2/+5
* Fix error in descendant match for listKenn Knowles2013-03-221-1/+4
* Make auto ids work take present ids into account in useful waysKenn Knowles2013-03-221-3/+96
* Add auto idsKenn Knowles2013-03-151-5/+36
* Remove unused test for hack that is going to go in client not this libraryKenn Knowles2013-03-141-13/+0
* Get datum paths all checking outKenn Knowles2013-03-141-11/+54
* Add path followed info and restore previous test passingKenn Knowles2013-03-141-2/+13
* Enable iterators to be usable in places where lists are expectedKenn Knowles2013-02-151-0/+2
* Add AST and parser testsKenn Knowles2013-02-092-0/+79
* Add lexer, with testsKenn Knowles2013-02-092-0/+46