Metadata-Version: 2.4
Name: pyprodtest
Version: 0.1.1
Summary: Pytest plugin for production testing
Author: Jaydan Cowell
License-Expression: MIT
Project-URL: Homepage, https://jaydanc.github.io/pyprodtest/
Project-URL: Documentation, https://jaydanc.github.io/pyprodtest/
Project-URL: Issues, https://github.com/jaydanc/pyprodtest/issues
Project-URL: Repository, https://github.com/jaydanc/pyprodtest.git
Keywords: production-testing,pytest,test-automation
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: flask>=3.1.2
Requires-Dist: jinja2>=3.1.6
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: pytest>=8.4.2
Requires-Dist: reportlab>=5.0.1
Dynamic: license-file

# PyProdTest

PyProdTest is an early-stage pytest plugin for running production tests. It adds
test metadata, operator prompts, a live browser view, ordered test plans, and
HTML, JSON, CSV, and PDF reports.

Read the [documentation](https://jaydanc.github.io/pyprodtest/)

Looking to extend functionality? Check out [contributing](https://jaydanc.github.io/pyprodtest/contributing/)
