Skip to content

Commit d9834fb

Browse files
committed
Add more support for tests from VSCode.
1 parent 742153c commit d9834fb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,5 +305,8 @@
305305
"xvfb",
306306
"ydst",
307307
"yrel"
308-
]
308+
],
309+
"python.testing.pytestArgs": [],
310+
"python.testing.unittestEnabled": false,
311+
"python.testing.pytestEnabled": true
309312
}

0 commit comments

Comments
 (0)