How to use allure-pytest - 1 common examples

To help you get started, we’ve selected a few allure-pytest 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-pytest / src / listener.py View on Github external
def __init__(self, config):
        self.config = config
        self.allure_logger = AllureReporter()
        self._cache = ItemCache()
        self._host = host_tag()
        self._thread = thread_tag()

allure-pytest

Allure pytest integration

Apache-2.0
Latest version published 17 days ago

Package Health Score

91 / 100
Full package analysis

Popular allure-pytest functions

Similar packages