matplotlib / matplotlib/pytest-mpl
Support yield to save a figure multiple times
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 272
- 派生
- 53
- PR 合并指标
- 30 天内没有已合并 PR
描述
I have some tests for figures which use widgets to update the figure. It would be really helpful if I could yield from the test with a figure and then update it and yield from it again or return the figure the final time.
(I am not 100% sure if that's possible with pytest)
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先检查 pytest-mpl 当前如何在测试期间接收和比较 Matplotlib 图形,以及 pytest 对多次 yield 同一个图形的支持。先定义 widget 驱动的更新、重复 yield 和最终返回的图形应有的行为,再评估该功能是否可行。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- testing-qa
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100