Update docs

This commit is contained in:
elizabeth
2015-08-04 00:48:41 +03:00
parent 657ca97dbd
commit f7bacd169e
2 changed files with 41 additions and 1 deletions

View File

@@ -833,7 +833,7 @@ class Metafunc(FuncargnamesCompatAttr):
""" Add new invocations to the underlying test function using the list
of argvalues for the given argnames. Parametrization is performed
during the collection phase. If you need to setup expensive resources
see about setting indirect=True to do it rather at test setup time.
see about setting indirect to do it rather at test setup time.
:arg argnames: a comma-separated string denoting one or more argument
names, or a list/tuple of argument strings.