:tocdepth: 3 :py:mod:`gws.test.inspire_validator.main` ========================================= .. py:module:: gws.test.inspire_validator.main **Source code:** :source:`gws.test.inspire_validator.main` Module Contents --------------- .. py:data:: LOCAL_APP_DIR :value: b'.' .. py:function:: main(args) .. py:data:: OPTIONS .. py:data:: USAGE :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ GWS INSPIRE validator ~~~~~~~~~~~~~~~~~~~~~ Commands: main.py dir - show available test suites main.py run - run suites matching the filter against the given URL Options: --host - validator host (default: 127.0.0.1) --port - validator port (default: 8090) --all - report all tests (default: only failed) --save-parsed - save parsed output --save-raw - save raw output The validator docker container must be started before running this script (see `inspire_validator/docker-compose.yml`). """ .. raw:: html