Skip to content

Commit 46e79af

Browse files
authored
add note of minimum supported pytest version to docs
1 parent ee8cc8e commit 46e79af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/python/testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ If you enable pytest, VS Code prompts you to install the framework package if it
102102

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

105+
> **Note**: The minimum supported version of pytest for the python extension is 7.0.0.
106+
105107
## Create tests
106108

107109
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.

0 commit comments

Comments
 (0)