module documentation

Test runner (container).

Container test runner. Assumes tests are configured on the host with host_runner configure.

Function enum_files_for_test Enumerate files to test, wrt --only option.
Function health_check Undocumented
Function health_check_service_mockserver Undocumented
Function health_check_service_postgres Undocumented
Function health_check_service_qgis Undocumented
Function http_ping Undocumented
Function main Undocumented
Constant USAGE Undocumented
Constant _HEALTH_CHECK_ATTEMPTS Undocumented
Constant _HEALTH_CHECK_PAUSE Undocumented
def enum_files_for_test(only_pattern): (source)

Enumerate files to test, wrt --only option.

def health_check(): (source)

Undocumented

def health_check_service_mockserver(): (source)

Undocumented

def health_check_service_postgres(): (source)

Undocumented

def health_check_service_qgis(): (source)

Undocumented

def http_ping(host, port): (source)

Undocumented

def main(args): (source)

Undocumented

USAGE: str = (source)

Undocumented

Value
'''
GWS in-container test runner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    python3 runner.py <options> - <pytest options>

Options:
...
_HEALTH_CHECK_ATTEMPTS: int = (source)

Undocumented

Value
10
_HEALTH_CHECK_PAUSE: int = (source)

Undocumented

Value
3