How to use the allure-behave.src.listener.Context function in allure-behave

To help you get started, we’ve selected a few allure-behave examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github allure-framework / allure-python / allure-behave / src / listener.py View on Github external
def __init__(self, _list=list()):
        super(Context, self).__init__(_list)
        self._stack = [_list]
github allure-framework / allure-python / allure-behave / src / listener.py View on Github external
def __init__(self, behave_config):
        self.behave_config = behave_config
        self.logger = AllureReporter()
        self.current_step_uuid = None
        self.current_scenario_uuid = None
        self.execution_context = Context()
        self.fixture_context = Context()
        self.steps = deque()
github allure-framework / allure-python / allure-behave / src / listener.py View on Github external
def __init__(self, behave_config):
        self.behave_config = behave_config
        self.logger = AllureReporter()
        self.current_step_uuid = None
        self.current_scenario_uuid = None
        self.execution_context = Context()
        self.fixture_context = Context()
        self.steps = deque()

allure-behave

Allure behave integration

Apache-2.0
Latest version published 1 month ago

Package Health Score

91 / 100
Full package analysis

Similar packages