Metadata-Version: 2.1
Name: testaid
Version: 0.1.1
Summary: Fixtures for testinfra and molecule
Home-page: https://github.com/RebelCodeBase/testaid
Author: RebelCodeBase
Author-email: rebelcodebase@riseup.net
License: Apache-2.0
Platform: any
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: docutils (>=0.3)
Requires-Dist: testinfra (>=3.0.5)
Requires-Dist: molecule (>=2.20.2)

##############################
Testaid fixtures for testinfra
##############################

About
=====

With the Pytest_ plugin Testinfra_ you can write tests in Python to test your
servers configured by the management tool Ansible_.

Although Testinfra was originally designed for unit tests it can be used for
integration and system tests when used as a verifier_ for Molecule_.

In this case Testaid provides helpful Pytest fixtures.

.. _Pytest: https://pytest.org/
.. _Testinfra: https://testinfra.readthedocs.io/en/latest/
.. _Ansible: https://www.ansible.com/
.. _verifier: https://molecule.readthedocs.io/en/stable/configuration.html#testinfra
.. _Molecule: https://molecule.readthedocs.io/

License
=======

`Apache License 2.0 <https://github.com/RebelCodeBase/testaid/blob/master/LICENSE>`_

Quick start
===========

Install testaid using pip::

    $ pip install testaid


