Closed MatthewFlamm closed 1 year ago
Merging #21 (7a57c86) into main (374c284) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## main #21 +/- ##
=======================================
Coverage 83.78% 83.78%
=======================================
Files 2 2
Lines 74 74
=======================================
Hits 62 62
Misses 12 12
Impacted Files | Coverage Δ | |
---|---|---|
pytest_pyvista/pytest_pyvista.py | 83.56% <0.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Closing in favor of #19
vtk v8.x is not supported for image regressions. At least this is how the code works now. Returning
None
was a workaround in thepyvista
package instead of skipping the tests. Now that this package is decoupled, we should raise instead so that users know it isn't supported, otherwise confusion like https://github.com/pyvista/pytest-pyvista/pull/19#issuecomment-1365009955 occurs.