:tocdepth: 3 :py:mod:`gws.test.container_runner` =================================== .. py:module:: gws.test.container_runner .. autoapi-nested-parse:: Test runner (container). Container test runner. Assumes tests are configured on the host with ``test/test.py configure``. **Source code:** :source:`gws.test.container_runner` Module Contents --------------- .. py:function:: enum_files_for_test(only_pattern) Enumerate files to test, wrt --only option. .. py:function:: health_check() .. py:function:: health_check_service_mockserver() .. py:function:: health_check_service_postgres() .. py:function:: health_check_service_qgis() .. py:function:: http_ping(host, port) .. py:function:: main(args) .. py:data:: USAGE :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ GWS in-container test runner ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ python3 runner.py - Options: -b, --base - path to the base dir (see `runner.base_dir` in `test.ini`) -o, --only - only run filenames matching the pattern -v, --verbose - enable debug logging Pytest options: see https://docs.pytest.org/latest/reference.html#command-line-flags """ .. raw:: html