-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
clarify docs re: usefixtures #3713
Copy link
Copy link
Closed
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
Metadata
Metadata
Assignees
Labels
good first issueeasy issue that is friendly to new contributoreasy issue that is friendly to new contributortype: docsdocumentation improvement, missing or needing clarificationdocumentation improvement, missing or needing clarification
At https://docs.pytest.org/en/latest/reference.html#pytest-mark-usefixtures
it says
Mark a test function as using the given fixture names.
Warning
This mark can be used with test functions only
But this mark can also be used with test classes -- maybe mention that?