add initial test cases for status page functionality

This commit is contained in:
2026-02-03 01:12:06 +01:00
parent 7367226210
commit 10d1201799
4 changed files with 1972 additions and 0 deletions

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

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}