We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c5359 commit 3bb177bCopy full SHA for 3bb177b
1 file changed
tests/test_openclaw_agent.py
@@ -4,7 +4,6 @@
4
5
from unittest.mock import MagicMock
6
7
-
8
# ---------------------------------------------------------------------------
9
# TmuxBackend tests
10
@@ -102,6 +101,7 @@ def test_tmux_backend_excludes_agent_flag_when_not_set(monkeypatch):
102
101
def test_subprocess_backend_raises_with_openclaw_agent(monkeypatch):
103
"""subprocess_backend.spawn() with openclaw_agent should raise NotImplementedError."""
104
import pytest
+
105
from clawteam.spawn.subprocess_backend import SubprocessBackend
106
107
backend = SubprocessBackend()
0 commit comments