Skip to content

Commit 015e8e5

Browse files
committed
Merge pull request pytest-dev#1289 from WoLpH/patch-1
Updated out of date link
2 parents 99a5067 + 87ff7ee commit 015e8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/example/parametrize.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ The result of this test will be successful::
333333
Parametrizing test methods through per-class configuration
334334
--------------------------------------------------------------
335335

336-
.. _`unittest parametrizer`: http://code.google.com/p/unittest-ext/source/browse/trunk/params.py
336+
.. _`unittest parametrizer`: https://github.com/testing-cabal/unittest-ext/blob/master/params.py
337337

338338

339339
Here is an example ``pytest_generate_function`` function implementing a

0 commit comments

Comments
 (0)