run up to 4 tests in parallel when testing with vscode

This commit is contained in:
Andreas Zweili 2020-02-29 22:35:32 +01:00
parent 35f723a7c4
commit 7114d1e61f
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"--ds=network_inventory.settings.local"
"--ds=network_inventory.settings.local",
"-n 4"
]
}