Fixed docs

This commit is contained in:
Tim Chan
2015-11-27 22:46:45 -08:00
parent 604a021a2a
commit a8d7e513f4
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -333,12 +333,12 @@ The result of this test will be successful::
Parametrizing test methods through per-class configuration
--------------------------------------------------------------
.. _`unittest parameterizer`: http://code.google.com/p/unittest-ext/source/browse/trunk/params.py
.. _`unittest parametrizer`: http://code.google.com/p/unittest-ext/source/browse/trunk/params.py
Here is an example ``pytest_generate_function`` function implementing a
parametrization scheme similar to Michael Foord's `unittest
parameterizer`_ but in a lot less code::
parametrizer`_ but in a lot less code::
# content of ./test_parametrize.py
import pytest