Pending changes exported from your codespace

This commit is contained in:
Mister 2023-08-22 09:14:22 +00:00
parent 3dc90afa6e
commit 2ee4fa5555

11
.vscode/settings.json vendored Normal file
View File

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