Metadata-Version: 2.1
Name: pytest-selfie
Version: 0.1.0
Summary: A pytest plugin for selfie snapshot testing.
License: Apache-2.0
Author: Selina Delgado
Author-email: sdelgado411@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pytest (>=8.0.0,<9.0.0)
Requires-Dist: selfie-lib (==0.1.0)
Requires-Dist: tox (>=4.0.0,<5.0.0)
Description-Content-Type: text/markdown

# pytest-selfie

This package makes selfie snapshot testing available for use in pytest.

See the [get started guide here](https://selfie.dev/py/get-started).

