mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
10 lines
310 B
JSON
10 lines
310 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"bin/contentctl_project"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
"python.terminal.activateEnvironment": true,
|
|
"python.envFile": "${workspaceFolder}/.env",
|
|
"python.testing.cwd": "${workspaceFolder}"
|
|
} |