summaryrefslogtreecommitdiff
path: root/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Tests for Python 3.2Stefan Kögl2015-05-071-1/+3
* Fix UnicodeEncodeError with non-ASCII paths, fixes #18Stefan Kögl2015-05-071-0/+1
* Fix contains unexpected false returnkafkaf-2014-11-141-5/+13
* Added tests for round-tripping pointers from paths to partsAlexander Dutton2014-03-261-0/+22
* Support for set_pointer and indexing arbitrary objects via __getitem__/__seti...Christopher J. White2013-09-221-1/+109
* 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
* Fix compatibility with Python 2.5.Alexander Shorin2012-09-121-5/+5
* update jsonpointer to current specv0.3Stefan Kögl2012-09-071-0/+35
* initial commitStefan Kögl2011-07-311-0/+44