mirror of
https://ghfast.top/https://github.com/aeroxw/easy-tdx.git
synced 2026-09-12 15:44:15 +08:00
Fix protocol regressions and clarify experimental APIs
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user