File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,9 @@ virtual environment:
2626
2727.. code-block :: bash
2828
29- git clone https://github.com/pblottiere/pyogctest
3029 virtualenv venv
3130 source venv/bin/activate
32- pip install -e pyogctest/
31+ pip install pyogctest
3332
3433
3534 WMS 1.3.0 test suite
@@ -40,7 +39,7 @@ needed. It can be downloaded using **pyogctest**:
4039
4140.. code-block :: bash
4241
43- ./ pyogctest.py -s wms130 --download
42+ pyogctest -s wms130 --download
4443
4544 After the download, a ``teamengine_wms_130.qgs `` project is available in the
4645new ``data `` directory. This project has to be registered as the default
@@ -59,15 +58,15 @@ Server generate a valid XML document:
5958
6059.. code-block :: bash
6160
62- ./ pyogctest.py -s wms130 -m http://XXX.XXX.XXX.XXX/metadata
61+ pyogctest -s wms130 -m http://XXX.XXX.XXX.XXX/metadata
6362
6463
6564 Now that everything is properly configured, we can run the WMS 1.3.0 test
6665suite:
6766
6867.. code-block :: bash
6968
70- ./ pyogctest.py -s wms130 -u http://XXX.XXX.XXX.XXX/qgisserver
69+ pyogctest -s wms130 -u http://XXX.XXX.XXX.XXX/qgisserver
7170 ========================== OGC test session starts ============================
7271 testsuite: WMS 1.3.0
7372 collected 184 items
@@ -106,7 +105,7 @@ test suite:
106105
107106.. code-block :: bash
108107
109- ./ pyogctest.py -s ogcapif -u http://XXX.XXX.XXX.XXX/qgisserver
108+ pyogctest -s ogcapif -u http://XXX.XXX.XXX.XXX/qgisserver
110109
111110 =========================== OGC test session starts ============================
112111 collected 56 items
You can’t perform that action at this time.
0 commit comments