Merge pull request #2906 from nicoddemus/larger-parametrize-section

Make the "examples" section more prominent in the docs for parametrize
This commit is contained in:
Ronny Pfannschmidt 2017-11-10 10:50:57 +01:00 committed by GitHub
commit b2b1eb262f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ list::
Note that when calling ``metafunc.parametrize`` multiple times with different parameter sets, all parameter names across
those sets cannot be duplicated, otherwise an error will be raised.
More examples
-------------
For further examples, you might want to look at :ref:`more
parametrization examples <paramexamples>`.