peterstace / simplefeatures

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

Use sentinel error rather than string matching in GEOS tests #624

Closed peterstace closed 1 month ago

peterstace commented 1 month ago

Description

This makes the tests more robust to changes in the error messages, and also provides a code link back to the checked error for readers of the tests.

Check List

Have you:

Related Issue

peterstace commented 1 month ago

Thanks Albert!