environment =========== .. py:module:: environment Attributes ---------- .. autoapisummary:: environment.CLOUD_ONLY_TAG environment.PCVL_SERVER_ONLY_TAG environment.r Functions --------- .. autoapisummary:: environment.generate_allure_environnement environment.before_all environment.before_scenario environment.after_scenario environment.after_all Module Contents --------------- .. py:data:: CLOUD_ONLY_TAG :value: 'cloud_only' .. py:data:: PCVL_SERVER_ONLY_TAG :value: 'pcvl_server' .. py:function:: generate_allure_environnement(context: steps.api.utils.Context) .. py:function:: before_all(context: steps.api.utils.BehaveContext) .. py:function:: before_scenario(context: steps.api.utils.Context, scenario: behave.model.Scenario) .. py:function:: after_scenario(context: steps.api.utils.Context, scenario: behave.model.Scenario) .. py:function:: after_all(context: steps.api.utils.Context) .. py:data:: r