test: add widget unit and integration tests

This commit is contained in:
Username
2026-02-25 09:03:36 +01:00
parent 3dbd126239
commit d9373f8a3b
2 changed files with 374 additions and 0 deletions

View File

@@ -38,3 +38,4 @@ select = ["E", "F", "W", "I"]
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "strict"