astropy / astropy/pytest-arraydiff

Add support for parameterized tests

オープン
#46 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。