mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
Add vscode configuration that allows to develop, test and debug the collection. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|