Merge pull request #1159 from zoidbergwill/patch-1

Fix typo in parametrize.rst
This commit is contained in:
Florian Bruhin 2015-10-30 09:02:29 +01:00
commit 2eb345f9b7
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ As expected our test function fails.
If you don't specify a stringinput it will be skipped because
``metafunc.parametrize()`` will be called with an empty parameter
listlist::
list::
$ py.test -q -rs test_strings.py
s