We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b85e11 commit 23c332aCopy full SHA for 23c332a
tests/test_cloud.py
@@ -15,9 +15,13 @@
15
import os
16
import tempfile
17
import pytest
18
+import sys
19
+
20
from unittest.mock import Mock, patch, AsyncMock
21
-from veadk.cloud.cloud_agent_engine import CloudAgentEngine
22
+sys.modules["typer"] = Mock()
23
24
+from veadk.cloud.cloud_agent_engine import CloudAgentEngine # noqa: E402
25
26
27
@pytest.mark.asyncio
0 commit comments