astropy / astropy/pytest-arraydiff
Add support for parameterized tests
未关闭
enhancement
- 主要语言
- Python
- 星标
- 27
- 派生
- 21
- 平均合并
- 6 小时 39 分钟
- 30 天内合并 PR
- 1
描述
It would be great to be able to be able to use `pytest-arraydiff` in conjunction with parametrized tests. If it were possible to layer the decorators, that would be optimal
```python
@pytest.mark.array_compare
@pytest.mark.parametrize(...)
def test(...):
return ...
```
Alternatively if ``array_compare`` supported the parametrization that would be good as well.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。