updated parametrize documentation

This commit is contained in:
palaviv 2016-03-20 18:54:48 +02:00
parent 4b0237c8ee
commit 32f44ce2fd
1 changed files with 2 additions and 1 deletions

View File

@ -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.