doc: parametrize() can be called multiple times only on different args
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
This commit is contained in:
parent
cc0adf6bf3
commit
84a342e27c
|
@ -1239,8 +1239,9 @@ class Metafunc:
|
||||||
during the collection phase. If you need to setup expensive resources
|
during the collection phase. If you need to setup expensive resources
|
||||||
see about setting indirect to do it rather than at test setup time.
|
see about setting indirect to do it rather than at test setup time.
|
||||||
|
|
||||||
Can be called multiple times, in which case each call parametrizes all
|
Can be called multiple times per test function (but only on different
|
||||||
previous parametrizations, e.g.
|
argument names), in which case each call parametrizes all previous
|
||||||
|
parametrizations, e.g.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue