We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0adf6 commit 84a342eCopy full SHA for 84a342e
src/_pytest/python.py
@@ -1239,8 +1239,9 @@ def parametrize(
1239
during the collection phase. If you need to setup expensive resources
1240
see about setting indirect to do it rather than at test setup time.
1241
1242
- Can be called multiple times, in which case each call parametrizes all
1243
- 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
1244
+ parametrizations, e.g.
1245
1246
::
1247
0 commit comments