matplotlib / matplotlib/pytest-mpl
FEATURE: generate which doesn't overwrite existing
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- Python
- 星标
- 272
- 派生
- 53
- PR 合并指标
- 30 天内没有已合并 PR
描述
I have a minor hassle when adding new tests and running
```
--mpl-generate-path=tests/baseline
```
I overwrite all existing baseline images in my repo. I then have to sort through which are added, because usually the regenerated old tests are still the same visually, but are not identical hash-wise.
I would propose adding a
```
--mpl-generate-missing=tests/baseline
```
Which would only generate new figures if the baseline is mising.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 --mpl-generate-path=tests/baseline 的处理方式,以及基线图像的生成位置。将该流程与仅生成缺失图像的拟议行为进行比较;当现有基线图像保持不变,同时缺失的图像在指定路径中生成时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- matplotlib, python
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100