Metadata-Version: 2.4
Name: pytest_relay
Version: 0.0.1
Summary: A plugin to relay test information and control from and to pytest
Project-URL: Homepage, https://github.com/lmapii/pytest_relay/packages/pytest_relay
Author-email: Martin Lampacher <lmapii@gmail.com>
Maintainer-email: Martin Lampacher <lmapii@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: COPYING
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.10
Requires-Dist: pydantic<3.0.0,>=2.11.7
Requires-Dist: pytest>=6.2.0
Description-Content-Type: text/markdown


# `pytest` streaming plugin

Relays `pytest` state and result information via its `Observer` interface.
