mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add GitHub Codespaces configuration
This commit is contained in:
parent
9dc36965bb
commit
7b711cb15d
6 changed files with 124 additions and 0 deletions
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"python.testing.unittestArgs": [
|
||||
"-v",
|
||||
"-s",
|
||||
"./tests",
|
||||
"-p",
|
||||
"test_*.py"
|
||||
],
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue