hnc-daniil/.vscode/settings.json

14 lines
266 B
JSON
Raw Normal View History

2024-03-12 09:51:04 +01:00
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./HNC",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
"."
]
}