fix: update pytest arguments for testing configuration in vscode

This commit is contained in:
arabcoders 2026-02-11 18:54:17 +03:00
parent cebc72875b
commit ecf566df84

View file

@ -264,5 +264,7 @@
"url": "./app/schema/tasks.json" "url": "./app/schema/tasks.json"
} }
], ],
"python.testing.cwd": "app/tests" "python.testing.pytestArgs": [
"app"
]
} }