Metadata-Version: 2.4
Name: pytest-modern
Version: 0.7.4
Summary: A more modern pytest
Author-email: "ZhengYu, Xu" <zen-xu@outlook.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: <4,>=3.9
Requires-Dist: pytest>=8
Requires-Dist: rich>=10
Provides-Extra: benchmark
Requires-Dist: pytest-benchmark>=5; extra == 'benchmark'
Provides-Extra: coverage
Requires-Dist: pytest-cov>=6; extra == 'coverage'
Provides-Extra: rerun
Requires-Dist: pytest-rerunfailures>=15; extra == 'rerun'
Provides-Extra: timeout
Requires-Dist: pytest-timeout>=2; extra == 'timeout'
Description-Content-Type: text/markdown

# Modern Pytest

[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![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)
![GitHub License](https://img.shields.io/github/license/zen-xu/pytest-modern)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytest-modern)
![PyPI - Version](https://img.shields.io/pypi/v/pytest-modern)

This plugin incorporates ideas from the implementation of [pytest-rich](https://github.com/nicoddemus/pytest-rich) and takes inspiration from the output style of [nextest](https://nexte.st).

With the plugin currently outputs this:
<a href="https://asciinema.org/a/728361" target="_blank"><img src="https://asciinema.org/a/728361.svg" /></a>
