Skip to content

Commit 807143f

Browse files
committed
add: settings for tests
1 parent 4e11de2 commit 807143f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"files.insertFinalNewline": true,
33
"files.trimTrailingWhitespace": true,
44
"python.defaultInterpreterPath": "/home/vscode/.venv/bin/python",
5+
"python.testing.autoTestDiscoverOnSaveEnabled": false,
6+
"python.testing.pytestEnabled": true,
7+
"python.testing.unittestEnabled": false,
8+
"python.testing.pytestArgs": [
9+
"tests"
10+
],
511
"terminal.integrated.defaultProfile.linux": "zsh",
612
"terminal.integrated.profiles.linux": {
713
"zsh": {

0 commit comments

Comments
 (0)