Skip to content

Commit

Permalink
docs: add feature
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Dec 13, 2024
1 parent a6b66e2 commit 4e239f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/writing_tests/test_markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ If the parameters that are being parametrized is only a single parameter, the re

If the parameters that are being parametrized are multiple, the return value of `fn` should be a list of tuples/lists, where each tuple contains the values for each parameter.

The function can also return a list of `pytest.param` objects, which allows for additional markers and test IDs to be added to the test.

## Fill/Execute Markers

These markers are used to apply different markers to a test depending on whether it is being filled or executed.
Expand Down

0 comments on commit 4e239f2

Please sign in to comment.