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:
Christoph Anton Mitterer 2023-08-06 17:39:31 +02:00
parent cc0adf6bf3
commit 84a342e27c
1 changed files with 3 additions and 2 deletions

View File

@ -1239,8 +1239,9 @@ class Metafunc:
during the collection phase. If you need to setup expensive resources
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
previous parametrizations, e.g.
Can be called multiple times per test function (but only on different
argument names), in which case each call parametrizes all previous
parametrizations, e.g.
::