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

5
pytest.ini Normal file
View File

@@ -0,0 +1,5 @@
[pytest]
minversion = 7.0
addopts = -ra
testpaths = tests
python_files = test_*.py