2022-06-23 17:21:06 +00:00
|
|
|
{
|
2022-07-17 02:06:25 +00:00
|
|
|
"python.defaultInterpreterPath": "/workspace/funkwhale/api/.venv/bin/python",
|
|
|
|
|
"python.testing.cwd": "/workspace/funkwhale/api",
|
|
|
|
|
"python.envFile": "/workspace/funkwhale/.gitpod/.env",
|
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
|
"--cov=funkwhale_api",
|
|
|
|
|
"tests/"
|
|
|
|
|
],
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
|
"python.testing.pytestEnabled": true
|
2022-06-23 17:21:06 +00:00
|
|
|
}
|