[![Build Status](https://github.com/mcarans/pytest-loguru/workflows/build/badge.svg)](https://github.com/mcarans/pytest-loguru/actions?query=workflow%3Abuild)
[![PyPI](https://img.shields.io/pypi/v/pytest-loguru.svg)](https://pypi.python.org/pypi/pytest-loguru)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pytest-loguru.svg)](https://anaconda.org/conda-forge/pytest-loguru)
[![Coverage Status](https://codecov.io/gh/mcarans/pytest-loguru/branch/main/graph/badge.svg?token=JpWZc5js4y)](https://codecov.io/gh/mcarans/pytest-loguru)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/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.
Raw data
{
"_id": null,
"home_page": null,
"name": "pytest-loguru",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "loguru, py.test, pytest",
"author": "Michael Rans",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/b1/f2/8ca6c8780e714fbfd35d7dcc772af99310272a01457b0887c90c75f2ec52/pytest_loguru-0.4.0.tar.gz",
"platform": null,
"description": "[![Build Status](https://github.com/mcarans/pytest-loguru/workflows/build/badge.svg)](https://github.com/mcarans/pytest-loguru/actions?query=workflow%3Abuild)\n[![PyPI](https://img.shields.io/pypi/v/pytest-loguru.svg)](https://pypi.python.org/pypi/pytest-loguru)\n[![Conda Version](https://img.shields.io/conda/vn/conda-forge/pytest-loguru.svg)](https://anaconda.org/conda-forge/pytest-loguru)\n[![Coverage Status](https://codecov.io/gh/mcarans/pytest-loguru/branch/main/graph/badge.svg?token=JpWZc5js4y)](https://codecov.io/gh/mcarans/pytest-loguru)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n### pytest-loguru\n\nA pytest plugin to add support for loguru to pytest's caplog fixture.\n\nYou can install it from pypi with:\n```\npip install pytest-loguru\n```\nand from conda-forge with:\n```\nconda install -c conda-forge pytest-loguru\n```\n\nNote that coverage is 100% but the coverage tool is confused by the fixture decorator.\n",
"bugtrack_url": null,
"license": null,
"summary": "Pytest Loguru",
"version": "0.4.0",
"project_urls": {
"Homepage": "https://github.com/mcarans/pytest-loguru"
},
"split_keywords": [
"loguru",
" py.test",
" pytest"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "33efb0c2e96e3508bca8d1874e39789d541cd7f4731b38bcf9c7098f0b882001",
"md5": "87aab54b428dbb30438fdb947ebf0d41",
"sha256": "3cc7b9c6b22cb158209ccbabf0d678dacd3f3c7497d6f46f1c338c13bee1ac77"
},
"downloads": -1,
"filename": "pytest_loguru-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "87aab54b428dbb30438fdb947ebf0d41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 3886,
"upload_time": "2024-03-20T00:52:12",
"upload_time_iso_8601": "2024-03-20T00:52:12.720242Z",
"url": "https://files.pythonhosted.org/packages/33/ef/b0c2e96e3508bca8d1874e39789d541cd7f4731b38bcf9c7098f0b882001/pytest_loguru-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1f28ca6c8780e714fbfd35d7dcc772af99310272a01457b0887c90c75f2ec52",
"md5": "7ecf044ef2d4a142106e60ba5270d129",
"sha256": "0d9e4e72ae9bfd92f774c666e7353766af11b0b78edd59c290e89be116050f03"
},
"downloads": -1,
"filename": "pytest_loguru-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "7ecf044ef2d4a142106e60ba5270d129",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 6696,
"upload_time": "2024-03-20T00:52:14",
"upload_time_iso_8601": "2024-03-20T00:52:14.160021Z",
"url": "https://files.pythonhosted.org/packages/b1/f2/8ca6c8780e714fbfd35d7dcc772af99310272a01457b0887c90c75f2ec52/pytest_loguru-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-20 00:52:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mcarans",
"github_project": "pytest-loguru",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "iniconfig",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "loguru",
"specs": [
[
"==",
"0.7.2"
]
]
},
{
"name": "packaging",
"specs": [
[
"==",
"24.0"
]
]
},
{
"name": "pluggy",
"specs": [
[
"==",
"1.4.0"
]
]
},
{
"name": "pytest",
"specs": [
[
"==",
"8.1.1"
]
]
}
],
"lcname": "pytest-loguru"
}