Skip to content

Add support for parameterized tests #46

Open
@nstarman

Description

@nstarman

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions