Files
smtprd-ng/.vscode/settings.json
2024-07-09 22:06:58 +02:00

7 lines
147 B
JSON

{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}