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

pytest plugin to facilitate comparison of results to a pre-defined reference

Results 6 pytest-arraydiff issues
Sort by recently updated
recently updated
newest added

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...

enhancement

Seems transient. I see different jobs failing in the last 2 scheduled runs, but both are OSX; e.g., `py310-test-pytest70 (macos-latest)`, `py311-test-pytest73 (macos-latest)` `Fatal Python error: Illegal instruction`

bug

I am using the `pytest-arraydiff` package to test some functions which return arrays. For the tests in question I am using the following decorator: `@pytest.mark.array_compare(file_format='text')` I have used the following...

bug

Suggested by @WilliamJamieson

enhancement

I had to skip it in #38 for devdeps. I feel like it is going to resolve itself upstream eventually. When that happens, we can remove the skip.

Previously tests could not be inherited from classes in a way that let each class save its own array. This change makes the file written use the full test name,...