jmespath / jmespath.py

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

Sync compliance tests #103

Closed jamesls closed 8 years ago

jamesls commented 8 years ago

This fixes two bugs exposed from syncing the latest compliance tests.

It also refactors some of the duplication in error handling cases.

The benchmark tests are also parsed by the test runner, but aren't run as part of the normal test run. Follow up PR coming that adds a script to run the benchmark tests.

codecov-io commented 8 years ago

Current coverage is 97.83%

Merging #103 into develop will decrease coverage by -0.02% as of 007302e

@@            develop    #103   diff @@
=======================================
  Files             8       8       
  Stmts          1024    1018     -6
  Branches          0       0       
  Methods           0       0       
=======================================
- Hit            1002     996     -6
  Partial           0       0       
  Missed           22      22       

Review entire Coverage Diff as of 007302e

Powered by Codecov. Updated on successful CI builds.