(self, tmp_path)
| 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", [ |
nothing calls this directly
no test coverage detected