9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"python.testing.pytestArgs": ["tests", "-s"],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"files.exclude": {
|
|
"**/__pycache__": true
|
|
}
|
|
}
|