kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
11 wiersze
374 B
JSON
11 wiersze
374 B
JSON
{
|
|
"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
|
|
} |