test: add unittests

This commit is contained in:
Dobin
2024-02-16 19:31:41 +00:00
parent ec5c9442fe
commit 712036110e
3 changed files with 79 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}