mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
13
.vscode/settings.json
vendored
13
.vscode/settings.json
vendored
@ -1,3 +1,14 @@
|
||||
{
|
||||
"python.pythonPath": "/usr/bin/python"
|
||||
"python.pythonPath": "/usr/bin/python",
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./backend/tests",
|
||||
"-p",
|
||||
"*test.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true,
|
||||
"python.linting.pylintEnabled": false,
|
||||
"python.linting.flake8Enabled": true
|
||||
}
|
Reference in New Issue
Block a user