Skip to content

Commit 7f822a2

Browse files
Update docs/python/testing.md
Co-authored-by: Brett Cannon <[email protected]>
1 parent e4eaabf commit 7f822a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/python/testing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ With this code, you can experience working with tests in VS Code as described in
8888

8989
## Configure tests
9090

91-
Once you have the Python extension installed and a Python file open within the editor, a test beaker icon will be displayed on the VS Code Activity bar. The beaker icon is for the **Test Explorer** view. When opening the Test Explorer, you will see a **Configure Tests** button if you don't have a test framework enabled. Once you select **Configure Tests**, you will be prompted to select a test framework and a folder containing the tests. If you're using unittest, you will also be asked to select the file glob pattern used to identify your test files. (a file glob pattern is a defined string pattern that matches file or folder names based on wildcards to then include or not include.)
91+
Once you have the Python extension installed and a Python file open within the editor, a test beaker icon will be displayed on the VS Code Activity bar. The beaker icon is for the **Test Explorer** view. When opening the Test Explorer, you will see a **Configure Tests** button if you don't have a test framework enabled. Once you select **Configure Tests**, you will be prompted to select a test framework and a folder containing the tests. If you're using unittest, you will also be asked to select the file glob pattern used to identify your test files.
92+
93+
> **Note**: A file glob pattern is a defined string pattern that matches file or folder names based on wildcards to then include or not include.
9294
9395
![Configure Python Tests button displayed in the Test Explorer when tests haven't been configured.](images/testing/test-explorer-no-tests.png)
9496

0 commit comments

Comments
 (0)