-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
https://docs.pytest.org/en/latest/example/nonpython.html has a description of using YAML files.
However there is repeated reference to .yml files. YML (https://fdik.org/yml/) is a different format that is almost as old as YAML.
The recommended file extension for YAML files has been .yaml since 2006 (https://web.archive.org/web/20060924190202/http://yaml.org/faq.html)
Please use the appropriate extension for YAML files and change the option --run-yml to --run-yaml, because pytest is not using YML files at all.
Reactions are currently unavailable
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