pyvista / pytest-pyvista

Plugin to test PyVista plot outputs
https://pytest.pyvista.org
MIT License
13 stars 5 forks source link

Teardown verify_image_cache after each test #50

Closed MatthewFlamm closed 1 year ago

MatthewFlamm commented 1 year ago

See #49 for some effects where it seems that verify_image_cache is leaking outside of test scope.

We should teardown, e.g. removing the object from the theme, to reduce cross talk, after each test.

MatthewFlamm commented 1 year ago

Although https://github.com/pyvista/pytest-pyvista/pull/49 addresses this, I'll leave this open until we add this behavior to the testing here.