Fix protocol regressions and clarify experimental APIs

This commit is contained in:
M
2026-04-15 21:02:26 +08:00
parent daaba7dc13
commit 96f14f70bc
18 changed files with 574 additions and 258 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
"""心跳机制单元测试。"""
import asyncio
import pytest
from unittest.mock import patch, MagicMock, AsyncMock
from xmtdx import AsyncTdxClient, Market
from unittest.mock import AsyncMock, patch
from xmtdx import AsyncTdxClient
def test_heartbeat_sends_periodically():