blob: 544ace5bfce1cc34b2dd1b63e626c2b3e51b5259 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./src/locusts-r-us",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"C_Cpp.default.compileCommands": "/home/user/src/locusts-r-us/locusts/builddir/compile_commands.json",
"C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
}
|