-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Description
I know this is kinda nitpicky, but for the sake of completeness:
The docs state:
If you want to be more specific as to why the test is failing, you can specify a single exception, or a list of exceptions, in the
raises
argument.
However, the actual implementation of the xfail
marker expects a tuple instead of a list, raising an internal error otherwise. May I suggest to replace list
with tuple
in the above sentence?
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