pytest-loguru

Pytest Loguru


Keywords
loguru, py, test, pytest
License
MIT
Install
pip install pytest-loguru==0.4.0

Documentation

Build Status PyPI Conda Version Coverage Status Ruff

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.