mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user