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.