File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ virtual environment:
26
26
27
27
.. code-block :: bash
28
28
29
- git clone https://github.com/pblottiere/pyogctest
30
29
virtualenv venv
31
30
source venv/bin/activate
32
- pip install -e pyogctest/
31
+ pip install pyogctest
33
32
34
33
35
34
WMS 1.3.0 test suite
@@ -40,7 +39,7 @@ needed. It can be downloaded using **pyogctest**:
40
39
41
40
.. code-block :: bash
42
41
43
- ./ pyogctest.py -s wms130 --download
42
+ pyogctest -s wms130 --download
44
43
45
44
After the download, a ``teamengine_wms_130.qgs `` project is available in the
46
45
new ``data `` directory. This project has to be registered as the default
@@ -59,15 +58,15 @@ Server generate a valid XML document:
59
58
60
59
.. code-block :: bash
61
60
62
- ./ pyogctest.py -s wms130 -m http://XXX.XXX.XXX.XXX/metadata
61
+ pyogctest -s wms130 -m http://XXX.XXX.XXX.XXX/metadata
63
62
64
63
65
64
Now that everything is properly configured, we can run the WMS 1.3.0 test
66
65
suite:
67
66
68
67
.. code-block :: bash
69
68
70
- ./ pyogctest.py -s wms130 -u http://XXX.XXX.XXX.XXX/qgisserver
69
+ pyogctest -s wms130 -u http://XXX.XXX.XXX.XXX/qgisserver
71
70
========================== OGC test session starts ============================
72
71
testsuite: WMS 1.3.0
73
72
collected 184 items
@@ -106,7 +105,7 @@ test suite:
106
105
107
106
.. code-block :: bash
108
107
109
- ./ pyogctest.py -s ogcapif -u http://XXX.XXX.XXX.XXX/qgisserver
108
+ pyogctest -s ogcapif -u http://XXX.XXX.XXX.XXX/qgisserver
110
109
111
110
=========================== OGC test session starts ============================
112
111
collected 56 items
You can’t perform that action at this time.
0 commit comments