This commit is contained in:
yurigagarino 2025-04-30 08:05:08 +00:00
parent 977563e97d
commit 1c743b1689

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
}