Metadata-Version: 2.1
Name: pytest-salt-factories
Version: 1.0.1
Summary: Pytest Salt Plugin
Home-page: https://github.com/saltstack/pytest-salt-factories
Author: Pedro Algarvio
Author-email: pedro@algarvio.me
License: Apache Software License 2.0
Project-URL: Source, https://github.com/saltstack/pytest-salt-factories
Project-URL: Tracker, https://github.com/saltstack/pytest-salt-factories/issues
Project-URL: Documentation, https://pytest-salt-factories.readthedocs.io
Platform: unix
Platform: linux
Platform: osx
Platform: cygwin
Platform: win32
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: docker
Requires-Dist: docker>=4.0.0; extra == "docker"
Provides-Extra: salt
Requires-Dist: salt>=3005; extra == "salt"

.. image:: https://img.shields.io/github/workflow/status/saltstack/pytest-salt-factories/Testing?style=plastic
   :target: https://github.com/saltstack/pytest-salt-factories/actions/workflows/testing.yml
   :alt: CI


.. image:: https://readthedocs.org/projects/pytest-salt-factories/badge/?style=plastic
   :target: https://pytest-salt-factories.readthedocs.io
   :alt: Docs


.. image:: https://img.shields.io/codecov/c/github/saltstack/pytest-salt-factories?style=plastic&token=ctdrjPj4mc
   :target: https://codecov.io/gh/saltstack/pytest-salt-factories
   :alt: Codecov


.. image:: https://img.shields.io/pypi/pyversions/pytest-salt-factories?style=plastic
   :target: https://pypi.org/project/pytest-salt-factories
   :alt: Python Versions


.. image:: https://img.shields.io/pypi/wheel/pytest-salt-factories?style=plastic
   :target: https://pypi.org/project/pytest-salt-factories
   :alt: Python Wheel


.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=plastic
   :target: https://github.com/psf/black
   :alt: Code Style: black


.. image:: https://img.shields.io/pypi/l/pytest-salt-factories?style=plastic
   :alt: PyPI - License


..
   include-starts-here

======================
What is Salt Factories
======================

It's a `pytest <https://docs.pytest.org/>`_ plugin, and also the evolution of
`pytest-salt <https://github.com/saltstack/pytest-salt>`_, a great start, but ...

.. image:: https://user-images.githubusercontent.com/300048/150960404-20f73e8d-c02b-45e2-a7a3-cc7dab8b58e8.svg
   :alt: Complicated way to get a result of ``2``
   :target: https://arxiv.org/pdf/1802.06776.pdf


over-engineered.

From the ground up, pytest-salt-factories was created to be ...


.. image:: https://user-images.githubusercontent.com/300048/150960401-fa2b378c-4b28-485a-99c5-add5d7c54ffc.svg
   :alt: Simpler way to get a result of 2


simple.

..
   include-ends-here

Documentation
=============

The full documentation can be seen `here <https://pytest-salt-factories.readthedocs.io>`_.
