We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9087713 commit 4b0b108Copy full SHA for 4b0b108
tests/common.py
@@ -4,6 +4,9 @@
4
5
PY2 = sys.version_info[0] == 2
6
7
+# server_wps_url, server_base_url are used in the tests
8
+from app_config import server_wps_url, server_base_url
9
+
10
NAMESPACES = {
11
'xlink': "http://www.w3.org/1999/xlink",
12
'wps': "http://www.opengis.net/wps/1.0.0",
0 commit comments