Metadata-Version: 2.1
Name: pytest-target
Version: 0.1.0
Summary: Pytest plugin for remote target orchestration.
Home-page: https://microsoft.github.io/lisa
License: MIT
Author: Andrew Schwartzmeyer
Author-email: andrew@schwartzmeyer.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Dist: fabric (>=2.5.0,<3.0.0)
Requires-Dist: filelock (>=3.0.12,<4.0.0)
Requires-Dist: invoke (>=1.4.1,<2.0.0)
Requires-Dist: pytest (>=6.1.2,<7.0.0)
Requires-Dist: pytest-playbook (>=0.1.0,<0.2.0)
Requires-Dist: tenacity (>=6.2.0,<7.0.0)
Project-URL: Repository, https://github.com/microsoft/lisa/tree/andschwa/pytest/pytest-target
Description-Content-Type: text/markdown

# pytest-target

Pytest plugin for remote target orchestration. Supports the LISAv3 framework.

See the [documentation][] for more information, and the LISAv3 [`README.md`][]
for notices.

[documentation]: https://microsoft.github.io/lisa/modules/target.html
[`README.md`]: https://github.com/microsoft/lisa/blob/andschwa/pytest/README.md

