pyvista / pytest-pyvista

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

Implement getters/setters for VerifyImageCache attributes #4

Open AlejandroFernandezLuces opened 2 years ago

AlejandroFernandezLuces commented 2 years ago

Currently, VerifyImageCache class attributes are accessed directly. Instead we should be using getters and setters to read and modify the attributes.