Browse Source

chore(vscode): add pytest settings

pull/400/head
Parodi, Eugenio 🌶 11 months ago
parent
commit
57200f3b66
  1. 8
      .vscode/settings.json

8
.vscode/settings.json vendored

@ -0,0 +1,8 @@
{
"python.testing.pytestArgs": [
"tests/pytest",
"-vv", "--color=yes", "-s"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}
Loading…
Cancel
Save