stefankoegl / python-json-pointer

Resolve JSON Pointers in Python
https://python-json-pointer.readthedocs.org/
Other
140 stars 43 forks source link

Default not returned bugfix #12

Closed thekafkaf closed 6 years ago

thekafkaf commented 9 years ago

Catching a broad exception to ensure the return of the default, added te...sts, fixed a bug where obj.contains(obj) returned false, added test case.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 4dc82340e04f1f445e072952ec03a3e9f544bc66 on thekafkaf:broad-exception-handling into 490c7a25147b0674fc0234d0462726595bd4fd87 on stefankoegl:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 2ca270f01e7667366800e5648c2561d7072dd0e9 on thekafkaf:broad-exception-handling into 490c7a25147b0674fc0234d0462726595bd4fd87 on stefankoegl:master.

stefankoegl commented 6 years ago

Merged - thanks :)