p1/.vscode/settings.json

6 lines
157 B
JSON
Raw Permalink Normal View History

2023-10-27 10:49:52 +00:00
{
"python.testing.unittestArgs": ["-v", "-s", ".", "-p", "*_test.py"],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}