From 87ff7ee2323faf755eb344196a5b583c9e416c87 Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Sun, 27 Dec 2015 02:35:02 +0100 Subject: [PATCH] Updated out of date link --- doc/en/example/parametrize.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/example/parametrize.rst b/doc/en/example/parametrize.rst index 0a9afe58e..79d38ee2f 100644 --- a/doc/en/example/parametrize.rst +++ b/doc/en/example/parametrize.rst @@ -333,7 +333,7 @@ The result of this test will be successful:: Parametrizing test methods through per-class configuration -------------------------------------------------------------- -.. _`unittest parametrizer`: http://code.google.com/p/unittest-ext/source/browse/trunk/params.py +.. _`unittest parametrizer`: https://github.com/testing-cabal/unittest-ext/blob/master/params.py Here is an example ``pytest_generate_function`` function implementing a