MCPcopy Create free account
hub / github.com/AutoForgeAI/autoforge / manager

Method manager

test_devserver_security.py:238–240  ·  view source on GitHub ↗
(self, tmp_path)

Source from the content-addressed store, hash-verified

236
237 @pytest.fixture
238 def manager(self, tmp_path):
239 from server.services.dev_server_manager import DevServerProcessManager
240 return DevServerProcessManager("test-project", tmp_path)
241
242 @pytest.mark.asyncio
243 @pytest.mark.parametrize("cmd,desc", [

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected