astropy / astropy/pytest-arraydiff
Add support for parameterized tests
Open
enhancement
- Dominant language
- Python
- Stars
- 27
- Forks
- 21
- Avg merge
- 6h 39m
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.