h2non / jsonpath-ng

Finally, a JSONPath implementation for Python that aims to be standard compliant. That's all. Enjoy!
Apache License 2.0
593 stars 86 forks source link

Migrate `tests/bin/test_jsonpath.py` to use pytest #142

Closed kurtmckee closed 12 months ago

kurtmckee commented 1 year ago

Also, the empty __init__.py in the same directory has been deleted; pytest doesn't rely on test suites being importable modules.

Also, these tools were run against the test file:

If this merges, I'll migrate the rest of the test suite to use pytest, too.

michaelmior commented 12 months ago

LGTM, thanks!