mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 15:04:07 +01:00
Add initial test suite for board API with authentication and various board operations
This commit is contained in:
parent
a1bf146fed
commit
13ae2c7bfe
2 changed files with 214 additions and 1 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -8,5 +8,10 @@
|
|||
"**/.DS_Store": true,
|
||||
"node_modules": true,
|
||||
".meteor/local": true
|
||||
}
|
||||
},
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue