Metadata-Version: 2.1
Name: pytest-salt-factories
Version: 1.0.0rc21
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5.2
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: attrs (>=19.2.0)
Requires-Dist: msgpack
Requires-Dist: psutil
Requires-Dist: pytest-helpers-namespace (>=2021.4.29)
Requires-Dist: pytest-shell-utilities (>=1.4.0)
Requires-Dist: pytest-skip-markers (>=1.1.3)
Requires-Dist: pytest-system-statistics (>=1.0.2)
Requires-Dist: pytest-tempdir (>=2019.9.16)
Requires-Dist: pytest (>=6.0.0)
Requires-Dist: pyzmq
Requires-Dist: virtualenv
Provides-Extra: changelog
Requires-Dist: towncrier (==21.9.0rc1) ; extra == 'changelog'
Provides-Extra: docker
Requires-Dist: docker (>=4.0.0) ; extra == 'docker'
Provides-Extra: docs
Requires-Dist: furo ; extra == 'docs'
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinx-prompt ; extra == 'docs'
Requires-Dist: sphinxcontrib-spelling ; extra == 'docs'
Requires-Dist: sphinxcontrib-towncrier (>=0.2.1a0) ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: pyenchant ; extra == 'lint'
Requires-Dist: pylint (==2.14.5) ; extra == 'lint'
Requires-Dist: black ; (python_version >= "3.7") and extra == 'lint'
Requires-Dist: reorder-python-imports ; (python_version >= "3.7") and extra == 'lint'
Provides-Extra: salt
Requires-Dist: salt (>=3004) ; extra == 'salt'
Provides-Extra: tests
Requires-Dist: docker (>=4.0.0) ; extra == 'tests'
Requires-Dist: pytest-subtests ; extra == 'tests'
Requires-Dist: pyfakefs (==4.4.0) ; (python_version == "3.5") and extra == 'tests'
Requires-Dist: pyfakefs ; (python_version > "3.5") and extra == 'tests'

.. 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>`_.
