We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ace52e commit c9a1689Copy full SHA for c9a1689
1 file changed
.vscode/settings.json
@@ -6,5 +6,10 @@
6
"jupyter.interactiveWindow.cellMarker.default": "# %%",
7
"python.analysis.extraPaths": [
8
"${workspaceFolder}"
9
- ]
+ ],
10
+ "python.testing.pytestArgs": [
11
+ "tests"
12
13
+ "python.testing.unittestEnabled": false,
14
+ "python.testing.pytestEnabled": true
15
}
0 commit comments