Mixonomer/.vscode/settings.json

13 lines
308 B
JSON
Raw Normal View History

2021-02-07 20:40:59 +00:00
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
2023-05-02 08:03:04 +01:00
"python.testing.unittestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
2021-02-07 20:40:59 +00:00
}