This repository has been archived on 2025-04-10. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
208 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}