astropy / astropy/pytest-arraydiff
Add support for parameterized tests
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 27
- Forks
- 21
- Merge medio
- 6 h 39 min
- PR fusionados (30 d)
- 1
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.