Skip to content

Commit 72c1599

Browse files
authored
Update python/testing.md
- It shows `Configure Python Tests` in VSCode UI, but in this doc, it has mentioned like `Configure Tests`. - Adjusted this typo in this PR.
1 parent f755634 commit 72c1599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-py
1414

1515
## Configure tests
1616

17-
When the Python extension is installed and a Python file is open within the editor, a test beaker icon displays on the VS Code Activity Bar representing the **Test Explorer** view. Opening the Test Explorer shows a **Configure Tests** button if a test framework is not enabled. Selecting **Configure Tests** prompts you to select a test framework and a folder containing the tests. If you use unittest, you also select the file glob pattern used to identify your test files.
17+
When the Python extension is installed and a Python file is open within the editor, a test beaker icon displays on the VS Code Activity Bar representing the **Test Explorer** view. Opening the Test Explorer shows a **Configure Python Tests** button if a test framework is not enabled. Selecting **Configure Python Tests** prompts you to select a test framework and a folder containing the tests. If you use unittest, you also select the file glob pattern used to identify your test files.
1818

1919
> [!Note]
2020
> A file glob pattern is a defined string pattern that matches file or folder names based on wildcards to include or not include files.

0 commit comments

Comments
 (0)