test/memory+runtime: cover store and client factory

Enable pytest-asyncio auto mode; assert default user, message
round-trip, and provider→client mapping including errors.
This commit is contained in:
2026-07-14 17:25:22 +08:00
parent c129498efa
commit 227373914f
3 changed files with 126 additions and 0 deletions
+5
View File
@@ -37,6 +37,11 @@ reportExplicitAny = "hint"
reportImplicitStringConcatenation = "hint"
reportImportCycles = "hint"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
testpaths = ["tests"]
[tool.pdm]
distribution = true