1
0
Fork 0

changed testing method to pytest

main
Felix Stupp 3 months ago
parent 12adf23032
commit 558c322565
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,11 +1,7 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"*_test.py"
"python.testing.pytestArgs": [
"test"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}

Loading…
Cancel
Save