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

Activate async test #664

Closed huard closed 1 year ago

huard commented 2 years ago

Overview

A unit test for asynchronous processes was not actually running asynchronously. The test now runs in async mode and will raise an error if it ever runs synchronously.

Related Issue / Discussion

In response to comments in #657

Additional Information

Depends on #663

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.3%) to 81.398% when pulling 06eee7d8fd966ef170922b4ed5e6d7b4cba6e54e on huard:activate_async_test into 85ca8191f1440e5906210408d2fa48c41f0ca679 on geopython:main.

huard commented 2 years ago

Done

cehbrecht commented 1 year ago

@huard thanks :)