Integrated pytest into vscode

This commit is contained in:
Luis Hebendanz 2023-09-26 19:36:40 +02:00 committed by Mic92
parent c2fb42e953
commit 991181bf3c

7
pkgs/clan-cli/.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}