Skip to content

Commit

Permalink
finish documenting start for all the server python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Jan 26, 2021
1 parent 55d4219 commit a2db3a1
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_accesscontrol_wcs.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
From build dir, run: ctest -R PyQgsServerAccessControlWCS -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_accesscontrol_wfs.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
From build dir, run: ctest -R PyQgsServerAccessControlWFS -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,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
From build dir, run: ctest -R PyQgsServerAccessControlWFSTransactional -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,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
ctest -R PyQgsServerAccessControlWMSGetlegendgraphic -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_cachemanager.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServer.
From build dir, run: ctest -R PyQgsServerCacheManager -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
3 changes: 3 additions & 0 deletions tests/src/python/test_qgsserver_modules.py
@@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-

"""
From build dir, run: ctest -R PyQgsServerModules -V
***************************************************************************
test_qgsserver_modules.py
---------------------
Expand Down
2 changes: 2 additions & 0 deletions tests/src/python/test_qgsserver_projectutils.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for QgsServerProject.
ctest -R PyQgsServerProjectUtils -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_security.py
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""QGIS Unit tests for server security.
From build dir, run: ctest -R PyQgsServerSecurity -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
3 changes: 3 additions & 0 deletions tests/src/python/test_qgsserver_services.py
@@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-

"""
From build dir, run: ctest -R PyQgsServerServices -V
***************************************************************************
test_qgsserver_services.py
---------------------
Expand Down

0 comments on commit a2db3a1

Please sign in to comment.