added ada

This commit is contained in:
ada-dmitry
2023-12-12 10:58:39 +03:00
parent 3835a1cb80
commit 873072487b
5 changed files with 107 additions and 14 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./project",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}