Refactor and UnitTest

This commit is contained in:
2026-04-09 10:10:57 +02:00
parent 332e62b764
commit 698aac0aba
4 changed files with 270 additions and 63 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}