blob: dae50b0fc05a8d6b6e973c5fe42d02de72887c97 (
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
}
|