service.py 文件源码

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

项目:agent-python-pytest 作者: reportportal 项目源码 文件源码
def _stop_if_necessary(self):
        try:
            exc, msg, tb = self._errors.get(False)
            traceback.print_exception(exc, msg, tb)
            sys.stderr.flush()
            if not self.ignore_errors:
                pytest.exit(msg)
        except queue.Empty:
            pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号