Metadata-Version: 2.1
Name: pytest-mockservers
Version: 0.2.0
Summary: A set of fixtures to test your requests to HTTP/UDP servers
Home-page: https://github.com/Gr1N/pytest-mockservers
Author: Nikita Grishko
Author-email: gr1n@protonmail.com
Keywords: asyncio,pytest,plugin,http,upd,mock
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.0.0,<4.0.0)
Requires-Dist: pytest (>=3.0.0,<4.0.0)
Requires-Dist: pytest-asyncio (<1.0.0)
