refactor(test): rewrite model unit tests to use PyTest

ref: #734 #729 #735
This commit is contained in:
2025-05-03 22:48:14 +09:30
parent 92bc4aec43
commit 393c8ce0ce
2 changed files with 226 additions and 2 deletions

View File

@ -10,11 +10,17 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"testing.coverageToolbarEnabled": true,
"cSpell.words": [
"ITSM"
],
"cSpell.language": "en-AU",
"jest.enable": false,
"pylint.enabled": true,
"testing.showCoverageInExplorer": true,
"testing.coverageToolbarEnabled": true,
"testing.coverageBarThresholds": {
"red": 0,
"yellow": 60,
"green": 90
},
}