Skip to content

Commit

Permalink
fix typos + more detail of server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Jan 25, 2021
1 parent 9e51edf commit 55d4219
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_api.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer API.
From build dir, run: ctest -R PyQgsServerApi -V
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand Down
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_apicontext.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServerApiContext class.
From build dir, run: ctest -R PyQgsServerApiContext -V
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand Down
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_landingpage.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer Landing Page Plugin.
From build dir, run: ctest -R PyQgsServerLandingPage -V
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand Down
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_settings.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServerSettings.
From build dir, run: ctest -R PyQgsServerSettings -V
.. note:: This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Expand Down
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer WMS GetMap with QGIS_SERVER_IGNORE_BAD_LAYERS=true.
From build dir, run: ctest -R PyQgsServerWMSGetMap -V
From build dir, run: ctest -R PyQgsServerWMSGetMapIgnoreBadLayers -V
.. note:: This program is free software; you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_wms_getmap_size_server.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer MaxHeight and MaxWidth Override Options.
From build dir, run: ctest -R PyQgsServerGetMapSize -V
From build dir, run: ctest -R PyQgsServerWMSGetMapSizeServer -V
.. note:: This test needs env vars to be set before the server is
configured for the first time, for this
Expand Down
3 changes: 3 additions & 0 deletions tests/src/python/test_qgsserverlogger.py
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServerLogger.
From build dir, run: ctest -R PyQgsServerLogger -V
"""
__author__ = 'Eric Lemoine'
__date__ = '11/09/2018'
Expand Down

0 comments on commit 55d4219

Please sign in to comment.