Skip to content

Commit b94e4cb

Browse files
committed
📝 Add pytest-testinfra to pytest plugins
1 parent 82bef0c commit b94e4cb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/test/pytest/plugins.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,29 @@ therefore not surprising that there are several plugins that fulfil this need:
358358
… various things
359359
~~~~~~~~~~~~~~~~
360360

361+
`pytest-testinfra <https://github.com/pytest-dev/pytest-testinfra>`_
362+
is a `Serverspec <https://serverspec.org/>`_ equivalent for pytest to test
363+
the current status of your servers with management tools such as `Salt
364+
<https://saltproject.io>`_, `Ansible
365+
<https://www.redhat.com/en/ansible-collaborative>`_, `Puppet
366+
<https://www.puppet.com>`_, `Chef <https://www.chef.io>`_ and so on.
367+
368+
.. image:: https://raster.shields.io/github/stars/pytest-dev/pytest-testinfra
369+
:alt: Stars
370+
:target: https://github.com/pytest-dev/pytest-testinfra/stargazers
371+
372+
.. image:: https://raster.shields.io/github/contributors/pytest-dev/pytest-testinfra
373+
:alt: Contributors
374+
:target: https://github.com/pytest-dev/pytest-testinfra/graphs/contributors
375+
376+
.. image:: https://raster.shields.io/github/commit-activity/y/pytest-dev/pytest-testinfra
377+
:alt: Commit activity
378+
:target: https://github.com/pytest-dev/pytest-testinfra/graphs/commit-activity
379+
380+
.. image:: https://raster.shields.io/github/license/pytest-dev/pytest-testinfra
381+
:alt: Lizenz
382+
:target: https://github.com/pytest-dev/pytest-testinfra?tab=Apache-2.0-1-ov-file
383+
361384
`pytest-cov <https://pypi.org/project/pytest-cov/>`_
362385
executes the :doc:`../pytest/coverage` during testing.
363386

0 commit comments

Comments
 (0)