reorg files
This commit is contained in:
@@ -3,7 +3,7 @@ from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
from agentci.development import (
|
||||
from agentci.integrations.development import (
|
||||
DevelopmentEnvironment,
|
||||
DevelopmentEnvironmentError,
|
||||
)
|
||||
@@ -169,7 +169,7 @@ async def test_wraps_subprocess_start_error(
|
||||
raise OSError("exec unavailable")
|
||||
|
||||
monkeypatch.setattr(
|
||||
"agentci.development.asyncio.create_subprocess_exec",
|
||||
"agentci.integrations.development.asyncio.create_subprocess_exec",
|
||||
create_subprocess_exec,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user