Skip to content

Commit 34bb8b5

Browse files
authored
Merge pull request #89 from Alinvor/kernel
[DONE]合并分支
2 parents cfb719c + ee1b6cf commit 34bb8b5

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.vscode/settings.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,19 @@
8080
],
8181
"python.linting.lintOnSave": true,
8282
"python.linting.pylintEnabled": false,
83-
// https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389
84-
// "python.testing.unittestArgs": [
85-
// "-v",
86-
// "-s",
87-
// "./tests",
88-
// "-p",
89-
// "test_*.py"
90-
// ],
9183
// "python.testing.autoTestDiscoverOnSaveEnabled": true,
9284
"python.testing.cwd": "${workspaceFolder}",
9385
"python.testing.nosetestsEnabled": false,
9486
"python.testing.pytestEnabled": false,
95-
"python.testing.promptToConfigure": false,
9687
"python.testing.unittestEnabled": true,
88+
// https://github.com/microsoft/vscode-python/discussions/15997#discussioncomment-636389
89+
"python.testing.unittestArgs": [
90+
"-v",
91+
"-s",
92+
".",
93+
"-p",
94+
"test_*.py"
95+
],
9796
// "workbench.settings.openDefaultSettings": true,
9897
// "workbench.settings.editor": "ui",
9998
// "workbench.settings.openDefaultKeybindings": true,

0 commit comments

Comments
 (0)