1
0
Fork 0

vscode: Configure unittest as test framework

main
Felix Stupp 2 years ago
parent 3e26dcfa7c
commit e59f11f379
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./test",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
Loading…
Cancel
Save