test(api): add placeholder tests for inventory

!8 #2
This commit is contained in:
2024-05-20 17:28:49 +09:30
parent e93ce07d88
commit 6ac8e025b0
2 changed files with 156 additions and 0 deletions

View File

@ -4,4 +4,9 @@
"cSpell.enableFiletypes": [
"!python"
],
"python.testing.pytestArgs": [
"app"
],
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
}