Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests for JsonPointer.to_last() | Stefan Kögl | 2013-07-11 | 1 | -0/+19 |
| | |||||
* | add test for out-of-bounds error | Stefan Kögl | 2013-07-11 | 1 | -0/+4 |
| | |||||
* | add test for JsonPointer.contains(other) | Stefan Kögl | 2013-07-11 | 1 | -1/+10 |
| | |||||
* | add test for invalid list index | Stefan Kögl | 2013-07-11 | 1 | -1/+6 |
| | |||||
* | add test for pointer string not starting with / | Stefan Kögl | 2013-07-11 | 1 | -0/+10 |
| | |||||
* | add test for comparing a pointer to another object | Stefan Kögl | 2013-07-07 | 1 | -0/+3 |
| | |||||
* | move coverage code from tests.py to makefile | Stefan Kögl | 2013-07-07 | 1 | -29/+2 |
| | |||||
* | unambiguous array indices make pointers comparable | Stefan Kögl | 2013-01-06 | 1 | -1/+20 |
| | |||||
* | reduce verbosity of test runs | Stefan Kögl | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | update jsonpointer to current spec | Stefan Kögl | 2012-11-08 | 1 | -1/+9 |
| | | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-05 | ||||
* | Fix compatibility with Python 2.5. | Alexander Shorin | 2012-09-12 | 1 | -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.3 | Stefan Kögl | 2012-09-07 | 1 | -0/+35 |
| | | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04 | ||||
* | initial commit | Stefan Kögl | 2011-07-31 | 1 | -0/+44 |