Add initial test suite for board API with authentication and various board operations

This commit is contained in:
omri zaher 2025-08-04 17:31:19 +03:00
parent a1bf146fed
commit 13ae2c7bfe
2 changed files with 214 additions and 1 deletions

View file

@ -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
}