aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
blob: 203b3f0e0c785426a8189fc6bb496917d49c51a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
	"python.testing.unittestArgs": [
		"-v",
		"-s",
		"./src/locusts-r-us",
		"-p",
		"test_*.py"
	],
	"python.testing.pytestEnabled": false,
	"python.testing.unittestEnabled": true,
}