common.py 文件源码

python
阅读 67 收藏 0 点赞 0 评论 0

项目:dcos 作者: dcos 项目源码 文件源码
def start(self):
        """Start a subprocess

        This method makes python actually spawn the subprocess and wait for it
        to finish initializing.
        """
        self._start_subprocess()

        self._register_stdout_stderr_to_logcatcher()

        if not self._wait_for_subprocess_to_finish_init():
            self.stop()
            pytest.exit("Failed to start `{}` process".format(self.id))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号