Metadata-Version: 2.3
Name: pytest-reqyaml
Version: 0.1.4
Summary: This is a plugin where generate requests test cases from yaml.
License: Apache License
Author: cometfishfis
Author-email: 1124342724@qq.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Requires-Dist: jsonpath (>=0.82.2)
Requires-Dist: pytest (>=8.4.1)
Requires-Dist: pyyaml (>=6.0.2)
Requires-Dist: requests (>=2.32.4)
Requires-Dist: simpleeval (>=1.0.3)
Description-Content-Type: text/markdown

# pytest_reqyaml
## description
### This project is able to create requests test cases from yaml.
### However, this project is not done yet :)
