mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Re-enable tests and update docs
This commit is contained in:
parent
50dc36eaef
commit
41c848e3ae
@ -11,7 +11,6 @@ qgis_sip_include
|
||||
qgis_sip_uptodate
|
||||
|
||||
# Need a local postgres installation
|
||||
PyQgsAuthManagerPKIPostgresTest
|
||||
PyQgsAuthManagerOgrPostgresTest
|
||||
PyQgsDbManagerPostgis
|
||||
|
||||
|
@ -6,6 +6,8 @@ This is an integration test for QGIS Desktop Auth Manager postgres provider that
|
||||
checks if QGIS can use a stored auth manager auth configuration to access
|
||||
a Password protected postgres.
|
||||
|
||||
From build dir, run: ctest -R PyQgsAuthManagerPasswordPostgresTest -V
|
||||
|
||||
It uses a docker container as postgres/postgis server with certificates from tests/testdata/auth_system/certs_keys_2048
|
||||
|
||||
Use docker-compose -f .ci/travis/linux/docker-compose.travis.yml up postgres to start the server.
|
||||
|
@ -6,6 +6,8 @@ This is an integration test for QGIS Desktop Auth Manager postgres provider that
|
||||
checks if QGIS can use a stored auth manager auth configuration to access
|
||||
a PKI protected postgres.
|
||||
|
||||
From build dir, run: ctest -R PyQgsAuthManagerPKIPostgresTest -V
|
||||
|
||||
It uses a docker container as postgres/postgis server with certificates from tests/testdata/auth_system/certs_keys_2048
|
||||
|
||||
Use docker-compose -f .ci/travis/linux/docker-compose.travis.yml up postgres to start the server.
|
||||
@ -81,7 +83,6 @@ class TestAuthManager(unittest.TestCase):
|
||||
assert (authm.storeAuthenticationConfig(cls.auth_config)[0])
|
||||
assert cls.auth_config.isValid()
|
||||
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
"""Run before all tests:
|
||||
|
Loading…
x
Reference in New Issue
Block a user