continue tests

This commit is contained in:
2023-06-12 23:57:49 +02:00
parent ae80d8b87f
commit b3afd580e0
12 changed files with 252 additions and 38 deletions

View File

@@ -4,8 +4,9 @@
},
"python.formatting.provider": "none",
"python.testing.pytestArgs": [
"tests"
"tests",
"-s"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
}