clarify docs on Multiple Calls to metafunc.parametrize #1548
Labels
good first issue
easy issue that is friendly to new contributor
status: help wanted
developers would like help from experts on this topic
type: docs
documentation improvement, missing or needing clarification
The docs say "Add new invocations to the underlying test function using the list of argvalues for the given argnames."; which would imply that you could call it multiple times to add more invocations.
It's a relatively minor issue, since you can store off into a final parametrization list then call it once later, but it should probably be noted in the docs.
Simple test of the form:
The output of the example above:
The text was updated successfully, but these errors were encountered: