Metadata-Version: 2.1
Name: pytest-houdini
Version: 0.3.0
Summary: pytest plugin for testing code in Houdini.
Home-page: https://github.com/captainhammy/pytest-houdini
Author: Graham Thompson
Author-email: captainhammy@gmail.com
License: MIT
Project-URL: Documentation, https://pytest-houdini.readthedocs.io/
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
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: Topic :: Software Development :: Testing
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: pytest-datadir
Requires-Dist: pytest-mock
Provides-Extra: test
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: tox; extra == "test"

pytest-houdini
==============

[![PyPI version](https://img.shields.io/pypi/v/pytest-houdini)](https://pypi.org/pypi/pytest-houdini)
[![Tests](https://github.com/captainhammy/pytest-houdini/actions/workflows/tests.yml/badge.svg)](https://github.com/captainhammy/pytest-houdini/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/pytest-houdini/badge/?version=latest)](https://pytest-houdini.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/github/captainhammy/pytest-houdini/graph/badge.svg?token=OVVZFQVSZR)](https://codecov.io/github/captainhammy/pytest-houdini)

pytest-houdini is a plugin for [pytest](http://pytest.org) which provides a number of fixtures and utilities for use
with testing code run by [Houdini](http://sidefx.com).
