jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Hypothesis test failure: TypeError: unorderable types #117

Closed jamesls closed 7 years ago

jamesls commented 7 years ago

From Travis:

AssertionError: AssertionError: Non JMESPathError raised: unorderable types: list() < NoneType()
Falsifying example: test_search_api(expr='@<A', data=[])

From the spec:

Evaluating any other type with a comparison operator will yield a null value,