From 20a1f9f93b54de716bffcd8f019b18022ad88e34 Mon Sep 17 00:00:00 2001 From: Tejas Amle Date: Tue, 9 Jun 2026 03:36:53 +0000 Subject: [PATCH] fix: replace deprecated pypi.python.org and dead relishapp.com URLs - Update 4 pypi.python.org links to canonical pypi.org/project/ URLs (pypi.python.org has long redirected to pypi.org) - Replace dead relishapp.com/cucumber JSON format link with the official cucumber-json-formatter GitHub repository https://claude.ai/code/session_015JnVMb7zKNGhGgUhtXV2ZS --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index fda800e4c..dedfd5bff 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Pytest-BDD: the BDD framework for pytest ======================================== .. image:: https://img.shields.io/pypi/v/pytest-bdd.svg - :target: https://pypi.python.org/pypi/pytest-bdd + :target: https://pypi.org/project/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://github.com/pytest-dev/pytest-bdd/actions/workflows/main.yml/badge.svg @@ -24,7 +24,7 @@ mentioned in feature steps with dependency injection. This allows a true BDD just-enough specification of the requirements without maintaining any context object containing the side effects of Gherkin imperative declarations. -.. _behave: https://pypi.python.org/pypi/behave +.. _behave: https://pypi.org/project/behave .. _pytest-splinter: https://github.com/pytest-dev/pytest-splinter Install pytest-bdd @@ -214,8 +214,8 @@ Also opens the possibility to use same step twice in single scenario and with di And even more, there are several types of step parameter parsers at your disposal (idea taken from behave_ implementation): -.. _pypi_parse: http://pypi.python.org/pypi/parse -.. _pypi_parse_type: http://pypi.python.org/pypi/parse_type +.. _pypi_parse: https://pypi.org/project/parse +.. _pypi_parse_type: https://pypi.org/project/parse-type **string** (the default) This is the default and can be considered as a `null` or `exact` parser. It parses no parameters @@ -1418,7 +1418,7 @@ Reporting --------- It's important to have nice reporting out of your bdd tests. Cucumber introduced some kind of standard for -`json format `_ +`json format `_ which can be used for, for example, by `this `_ Jenkins plugin.