geopython / pywps

PyWPS is an implementation of the Web Processing Service standard from the Open Geospatial Consortium. PyWPS is written in Python.
https://pywps.org
MIT License
175 stars 117 forks source link

Fix tests/test_capabilities.py with correct check of request case #665

Closed gschwind closed 1 year ago

gschwind commented 1 year ago

As far as I know, the OGC standard state that request parameters name such as 'service' or 'request' are not case sensitive, but the values of those are case sensitive [1].

[1] OGC 06-121r3 §11.5.1

Overview

Related Issue / Discussion

Additional Information

This contribution is supported by MINES ParisTech.

Contribution Agreement

(as per https://github.com/geopython/pywps/blob/master/CONTRIBUTING.rst#contributions-and-licensing)

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 81.053% when pulling 89e7a9f17959b865e9c40f892a620fbadaea3132 on gschwind:service-parameter-is-case-sensitive into 85ca8191f1440e5906210408d2fa48c41f0ca679 on geopython:main.

cehbrecht commented 1 year ago

@gschwind thanks :)