Metadata-Version: 2.1
Name: pytest-embrace
Version: 3.0.0
Summary: 💝  Dataclasses-as-tests. Describe the runtime once and multiply coverage with no boilerplate.
Author: Ainsley McGrath
Author-email: mcgrath.ainsley@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Dist: black (>=22.3.0,<23.0.0)
Requires-Dist: isort (>=5.10.1,<6.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: pytest (>=7.0,<8.0)
Requires-Dist: typing-extensions (>=4.2.0,<5.0.0); python_version == "3.8"
Project-URL: GitHub, https://github.com/ainsleymcgrath/pytest-embrace
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/pytest-embrace.svg)](https://badge.fury.io/py/pytest-embrace) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/pytest-embrace.svg)](https://pypi.python.org/pypi/pytest-embrace/) ![CI](https://github.com/ainsleymcgrath/pytest-embrace/actions/workflows/ci.yml/badge.svg)

![logotype](https://raw.githubusercontent.com/ainsleymcgrath/pytest-embrace/master/docs/logotype.svg)

The `pytest-embrace` plugin enables judicious, repeatable, lucid unit testing using.

Check out [the docs](https://ainsleymcgrath.github.io/pytest-embrace/) for more.

