astropy / astropy/pytest-arraydiff
Add support for parameterized tests
オープン
enhancement
- 主要言語
- Python
- スター
- 27
- フォーク
- 21
- 平均マージ
- 6時間 39分
- マージ済み PR(30日)
- 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 はまだ評価されていません。