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
176 stars 117 forks source link

Move Sleep process definition #663

Closed huard closed 1 year ago

huard commented 2 years ago

Overview

Moves the Sleep process class definition with other test processes to facilitate reuse.

Related Issue / Discussion

In response to comments in #657

Additional Information

Contribution Agreement

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

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.03%) to 81.087% when pulling 53ba8ac8910cba430d874066fc7986e7cae6a125 on huard:refactor_sleep_test into 85ca8191f1440e5906210408d2fa48c41f0ca679 on geopython:main.

cehbrecht commented 1 year ago

@huard looks good. Thanks :)