tschm / pytest-loguru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status PyPI Conda Version Coverage Status Code style: black Imports: isort

pytest-loguru

A pytest plugin to add support for loguru to pytest's caplog fixture.

You can install it from pypi with:

pip install pytest-loguru

and from conda-forge with:

conda install -c conda-forge pytest-loguru

Note that coverage is 100% but the coverage tool is confused by the fixture decorator.

About

License:MIT License


Languages

Language:Python 100.0%