Added test and small date fix.

This commit is contained in:
2026-03-19 22:59:45 +01:00 Verified
parent ffbb4d718f
commit 34a5582b58
11 changed files with 340 additions and 23 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}