This commit is contained in:
Alessio Bogon 2024-03-17 20:29:06 +01:00
parent 526a166fdf
commit 46f5f02754
No known key found for this signature in database
1 changed files with 5 additions and 5 deletions

View File

@ -2,14 +2,14 @@ BDD library for the pytest runner
=================================
.. image:: http://img.shields.io/pypi/v/pytest-bdd.svg
:target: https://pypi.python.org/pypi/pytest-bdd
:target: https://pypi.python.org/pypi/pytest-bdd
.. image:: https://codecov.io/gh/pytest-dev/pytest-bdd/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pytest-dev/pytest-bdd
:target: https://codecov.io/gh/pytest-dev/pytest-bdd
.. image:: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml/badge.svg
:target: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml
:target: https://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml
.. image:: https://readthedocs.org/projects/pytest-bdd/badge/?version=stable
:target: https://readthedocs.org/projects/pytest-bdd/
:alt: Documentation Status
:target: https://readthedocs.org/projects/pytest-bdd/
:alt: Documentation Status
pytest-bdd implements a subset of the Gherkin language to enable automating project
requirements testing and to facilitate behavioral driven development.