Metadata-Version: 2.4
Name: executable-stories-pytest
Version: 0.1.0
Summary: pytest plugin for executable-stories BDD documentation
Author: Jag Reehal
License-Expression: MIT
Project-URL: Homepage, https://github.com/jagreehal/executable-stories
Project-URL: Repository, https://github.com/jagreehal/executable-stories.git
Project-URL: Documentation, https://github.com/jagreehal/executable-stories#readme
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Provides-Extra: otel
Requires-Dist: opentelemetry-api>=1.20; extra == "otel"
Provides-Extra: dev
Requires-Dist: ruff>=0.6.0; extra == "dev"
Requires-Dist: mypy>=1.5.0; extra == "dev"
Requires-Dist: pytest>=7.4.0; extra == "dev"

# executable-stories-pytest

pytest plugin for executable-stories.

Adds BDD-style story helpers and structured story metadata so pytest tests can generate executable documentation.
