aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 9669844c6cf83c9f65fd9f8a8a58d700e2c348e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "python.testing.unittestArgs": [
    "-v",
    "-s",
    "./src",
    "-p",
    "test_*.py"
  ],
  "python.testing.pytestEnabled": false,
  "python.testing.unittestEnabled": true,
  "eslint.workingDirectories": [
    {
      "mode": "auto"
    }
  ]
}