Skip to content

Commit d2b0eb8

Browse files
committed
📝 Add pytest-describe
1 parent e1961bc commit d2b0eb8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

docs/test/pytest/plugins.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,28 @@ therefore not surprising that there are several plugins that fulfil this need:
487487
:alt: License
488488
:target: https://github.com/pytest-dev/pytest-timeout?tab=MIT-1-ov-file#readme
489489

490+
`pytest-describe <https://github.com/pytest-dev/pytest-describe>`_
491+
is a plugin for pytest that allows tests to be written in arbitrarily nested
492+
``describe`` blocks, similar to `RSpec <https://rspec.info/>`_ for Ruby and
493+
`Jasmine <https://jasmine.github.io/>`_ for JavaScript.
494+
495+
.. image:: https://raster.shields.io/github/stars/pytest-dev/pytest-describe
496+
:alt: Stars
497+
:target: https://github.com/pytest-dev/pytest-describe/stargazers
498+
499+
.. image:: https://raster.shields.io/github/contributors/pytest-dev/pytest-describe
500+
:alt: Contributors
501+
:target: https://github.com/pytest-dev/pytest-describe/graphs/contributors
502+
503+
.. image:: https://raster.shields.io/github/commit-activity/y/pytest-dev/pytest-describe
504+
:alt: Commit activity
505+
:target: https://github.com/pytest-dev/pytest-describe/graphs/commit-activity
506+
507+
.. image:: https://raster.shields.io/github/license/pytest-dev/pytest-describe
508+
:alt: Lizenz
509+
:target: https://github.com/pytest-dev/pytest-describe?tab=MIT-1-ov-file#readme
510+
511+
490512
:doc:`pytest-grpc <Python4DataScience:data-processing/apis/grpc/test>`
491513
is a Pytest plugin for
492514
:doc:`Python4DataScience:data-processing/apis/grpc/index`.

0 commit comments

Comments
 (0)