Python: DevUI, Fix message serialization issue, improve tests (#2674)

* fix message serialization issue, improve tests for devui

* update tests
This commit is contained in:
Victor Dibia
2025-12-06 02:20:54 +00:00
committed by GitHub
parent 2d3ba95036
commit 8c6b12e664
10 changed files with 1431 additions and 373 deletions
+1
View File
@@ -49,6 +49,7 @@ fallback-version = "0.0.0"
[tool.pytest.ini_options]
testpaths = 'tests'
pythonpath = ["tests"]
addopts = "-ra -q -r fEX"
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"