Skip to content

Commit 7c90e50

Browse files
cwebster-99ntrogh
andauthored
Update docs/python/testing.md
Co-authored-by: Nick Trogh <[email protected]>
1 parent ad6f985 commit 7c90e50

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
@@ -99,7 +99,7 @@ To run tests with coverage enabled, select the coverage run icon in the Test Exp
9999
> Before running tests with coverage, make sure to install the correct testing coverage package for your project.
100100
> Branch coverage is only supported on coverage versions >= 7.7.
101101
102-
Once the coverage run completes, lines are highlighted in the editor for line level coverage. Test coverage results appear as a "Test Coverage" sub-tab in the Test Explorer, which you can also navigate to with **Testing: Focus on Test Coverage View** in Command Palette (`F1)`). On this panel you can view line coverage metrics for each file and folder in your workspace, as well as branch coverage, if relevant.
102+
Once the coverage run completes, lines are highlighted in the editor for line-level coverage. Test coverage results appear as a "Test Coverage" sub-tab in the Test Explorer, which you can also navigate to with **Testing: Focus on Test Coverage View** in the Command Palette (`kb(workbench.action.showCommands)`). On this panel, you can view line coverage metrics for each file and folder in your workspace, as well as branch coverage, if relevant.
103103

104104
![Gif showing running Python tests with coverage.](images/testing/python-coverage.gif)
105105

0 commit comments

Comments
 (0)