From 526a166fdfaf71a90e7656390b281a44b74932fb Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:24:20 +0100 Subject: [PATCH 1/3] Update link to CI status (Github actions) --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1a7209d7..f85f987d 100644 --- a/README.rst +++ b/README.rst @@ -2,11 +2,11 @@ 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 -.. image:: https://travis-ci.org/pytest-dev/pytest-bdd.svg?branch=master - :target: https://travis-ci.org/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 .. image:: https://readthedocs.org/projects/pytest-bdd/badge/?version=stable :target: https://readthedocs.org/projects/pytest-bdd/ :alt: Documentation Status From 46f5f0275435feef8d5bfca483a05790bc9de843 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:29:06 +0100 Subject: [PATCH 2/3] Reindent --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f85f987d..bf260d13 100644 --- a/README.rst +++ b/README.rst @@ -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. From 3d1ff16c373840c0183046a85cc33dddc31e1160 Mon Sep 17 00:00:00 2001 From: Alessio Bogon <778703+youtux@users.noreply.github.com> Date: Sun, 17 Mar 2024 20:29:44 +0100 Subject: [PATCH 3/3] Use HTTPS --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index bf260d13..1a6d2bd5 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ BDD library for the pytest runner ================================= -.. image:: http://img.shields.io/pypi/v/pytest-bdd.svg +.. image:: https://img.shields.io/pypi/v/pytest-bdd.svg :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