astropy / astropy/pytest-arraydiff
Add support for parameterized tests
Đang mở
enhancement
- Ngôn ngữ chính
- Python
- Star
- 27
- Fork
- 21
- Merge trung bình
- 6 giờ 39 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.