Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note of minimum supported pytest version to docs #7858

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/python/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ If you enable pytest, VS Code prompts you to install the framework package if it

![VS Code prompt to install a test framework when enabled](images/testing/install-framework.png)

> **Note**: The minimum supported version of pytest for the python extension is 7.0.0.

## Create tests

Each test framework has its own conventions for naming test files and structuring the tests within, as described in the following sections. Each case includes two test methods, one of which is intentionally set to fail for the purposes of demonstration.
Expand Down