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