pytest-arraydiff
pytest-arraydiff copied to clipboard
pytest plugin to facilitate comparison of results to a pre-defined reference
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...
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`
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...
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,...