Fix typo in parametrize.rst
This commit is contained in:
parent
4fe7cca44e
commit
1376d75fbe
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue