Metadata-Version: 2.1
Name: pytestapilib
Version: 1.2.1
Summary: The base for API-related test frameworks
Home-page: https://gitlab.com/
Author: Alexey Kom
Author-email: alexey.kom.box@gmail.com
License: UNKNOWN
Keywords: python,test,testing,api
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.27.1)
Requires-Dist: urllib3 (>=1.26.9)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: pytest (>=7.1.1)
Requires-Dist: pytest-html (>=3.1.1)
Requires-Dist: pytest-xdist (>=2.5.0)
Requires-Dist: parameterized (>=0.8.1)
Requires-Dist: prospector (>=1.7.7)

A package that allows to implement tests in easy way to verify your API.

