You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can invest a bit more in tests and provide "offline" tests with stored WPS responses (capabilities etc). When having online tests we could use "mouflon" as a test server ... pytest can check if the service is available and skip the test if not. Online service are not so reliable ... that troubles us in the owslib test-suite.
Description
We can invest a bit more in tests and provide "offline" tests with stored WPS responses (capabilities etc). When having online tests we could use "mouflon" as a test server ... pytest can check if the service is available and skip the test if not. Online service are not so reliable ... that troubles us in the owslib test-suite.
Here an example:
https://github.com/geopython/OWSLib/blob/master/tests/test_wms_getmap.py
The text was updated successfully, but these errors were encountered: