add arg '-vv' for pytest to get better error msgs

This commit is contained in:
Stefan Allius
2023-09-30 16:10:36 +02:00
parent 6a6a89d6d3
commit a44c03fc98

View File

@@ -1,5 +1,6 @@
{ {
"python.testing.pytestArgs": [ "python.testing.pytestArgs": [
"-vv",
"app","system_tests" "app","system_tests"
], ],
"python.testing.unittestEnabled": false, "python.testing.unittestEnabled": false,