jazzband / geojson

Python bindings and utilities for GeoJSON
https://pypi.python.org/pypi/geojson/
BSD 3-Clause "New" or "Revised" License
913 stars 121 forks source link

fix unittest assertions with teyit #169

Closed cleder closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #169 (b103c5e) into master (0041e1d) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #169   +/-   ##
=======================================
  Coverage   94.85%   94.85%           
=======================================
  Files          10       10           
  Lines         350      350           
  Branches       71       71           
=======================================
  Hits          332      332           
  Misses         11       11           
  Partials        7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0041e1d...b103c5e. Read the comment docs.

rayrrr commented 3 years ago

The tests already worked. This appears to be an inconsequential change, just slightly changing some syntax that already worked to some other semantically equivalent syntax. If there was a specific reason for this please describe it in the description and we can reconsider. Thanks.

cleder commented 2 years ago

The suggested methods perform more precise checks and provide better failure messages than the generic methods.