1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-25 19:49:54 +02:00

⚙ vscode: Enable pytest

This commit is contained in:
Mike Gerber 2025-06-11 15:49:09 +02:00
parent 62b93c760b
commit e4db150cba

View file

@ -1,3 +1,8 @@
{
"python.formatting.provider": "black"
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}