Metadata-Version: 2.0
Name: pytest-spawner
Version: 0.1.0
Summary: py.test plugin to spawn process and communicate with them.
Home-page: https://git.qe-infra.yandex-team.ru/users/dldmitry/repos/pytest-spawner/browse
Author: Dmitriy Lipin
Author-email: dldmitry@yandex-team.ru
License: MIT License
Keywords: py.test pytest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Requires-Dist: py (>=1.1.1)
Requires-Dist: pyuv (>=1.0.0)
Requires-Dist: six

pytest-spawner
==============

py.test plugin to spawn processes in background. Code based on gaffer project.


