updated parametrize documentation
This commit is contained in:
parent
4b0237c8ee
commit
32f44ce2fd
|
@ -956,7 +956,8 @@ class Metafunc(FuncargnamesCompatAttr):
|
||||||
|
|
||||||
:arg ids: list of string ids, or a callable.
|
:arg ids: list of string ids, or a callable.
|
||||||
If strings, each is corresponding to the argvalues so that they are
|
If strings, each is corresponding to the argvalues so that they are
|
||||||
part of the test id.
|
part of the test id. If None is given as id of specific test, the
|
||||||
|
automatically generated id for that argument will be used.
|
||||||
If callable, it should take one argument (a single argvalue) and return
|
If callable, it should take one argument (a single argvalue) and return
|
||||||
a string or return None. If None, the automatically generated id for that
|
a string or return None. If None, the automatically generated id for that
|
||||||
argument will be used.
|
argument will be used.
|
||||||
|
|
Loading…
Reference in New Issue