File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -358,6 +358,29 @@ therefore not surprising that there are several plugins that fulfil this need:
358
358
… various things
359
359
~~~~~~~~~~~~~~~~
360
360
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
+
361
384
`pytest-cov <https://pypi.org/project/pytest-cov/ >`_
362
385
executes the :doc: `../pytest/coverage ` during testing.
363
386
You can’t perform that action at this time.
0 commit comments