Metadata-Version: 2.1
Name: pytest-salt-factories
Version: 0.907.0
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
Description: .. 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://math.now.sh?from=%286t%5E3%20%2B%201%29%5E3%20-%20%286t%5E3%20-%201%29%5E3%20-%20%286t%5E2%29%5E3%20%3D%202&color=DodgerBlue
           :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://math.now.sh?from=1%20%2B%201%20%3D%202&color=DodgerBlue
           :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>`_.
        
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 :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Provides-Extra: docker
Provides-Extra: salt
Provides-Extra: docs
Provides-Extra: lint
Provides-Extra: tests
