pytest-arraydiff icon indicating copy to clipboard operation
pytest-arraydiff copied to clipboard

Add support for parameterized tests

Open nstarman opened this issue 1 year ago • 0 comments

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

@pytest.mark.array_compare
@pytest.mark.parametrize(...)
def test(...):
    return ...

Alternatively if array_compare supported the parametrization that would be good as well.

nstarman avatar Feb 06 '24 20:02 nstarman