summaryrefslogtreecommitdiff
path: root/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for round-tripping pointers from paths to partsAlexander Dutton2014-03-261-0/+22
|
* Support for set_pointer and indexing arbitrary objects via ↵Christopher J. White2013-09-221-1/+109
| | | | __getitem__/__setitem__
* add tests for JsonPointer.to_last()Stefan Kögl2013-07-111-0/+19
|
* add test for out-of-bounds errorStefan Kögl2013-07-111-0/+4
|
* add test for JsonPointer.contains(other)Stefan Kögl2013-07-111-1/+10
|
* add test for invalid list indexStefan Kögl2013-07-111-1/+6
|
* add test for pointer string not starting with /Stefan Kögl2013-07-111-0/+10
|
* add test for comparing a pointer to another objectStefan Kögl2013-07-071-0/+3
|
* move coverage code from tests.py to makefileStefan Kögl2013-07-071-29/+2
|
* unambiguous array indices make pointers comparableStefan Kögl2013-01-061-1/+20
|
* reduce verbosity of test runsStefan Kögl2012-11-151-1/+1
|
* update jsonpointer to current specStefan Kögl2012-11-081-1/+9
| | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-05
* Fix compatibility with Python 2.5.Alexander Shorin2012-09-121-5/+5
| | | | | Emulate next(b, None) through for loop with single round. There wasn't print_function, while it really doesn't needed.
* update jsonpointer to current specv0.3Stefan Kögl2012-09-071-0/+35
| | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
* initial commitStefan Kögl2011-07-311-0/+44