peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Further test error assertion improvements #618

Closed peterstace closed 2 months ago

peterstace commented 2 months ago

Description

This is a follow-on from https://github.com/peterstace/simplefeatures/pull/616.

It adds additional improvements to error assertions during testing, including:

Check List

Have you:

Related Issue

peterstace commented 2 months ago

Thanks for the review!