Integrated pytest into vscode
This commit is contained in:
7
pkgs/clan-cli/.vscode/settings.json
vendored
Normal file
7
pkgs/clan-cli/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"python.testing.pytestArgs": [
|
||||||
|
"tests"
|
||||||
|
],
|
||||||
|
"python.testing.unittestEnabled": false,
|
||||||
|
"python.testing.pytestEnabled": true
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user