pyvista / pytest-pyvista

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

Fix reset_image_cache #39

Closed banesullivan closed 1 year ago

banesullivan commented 1 year ago

Resolve #38

codecov-commenter commented 1 year ago

Codecov Report

Merging #39 (2bcda62) into main (d940270) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main      #39   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files           2        2           
  Lines          92       92           
=======================================
  Hits           83       83           
  Misses          9        9           
Impacted Files Coverage Δ
pytest_pyvista/pytest_pyvista.py 90.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

MatthewFlamm commented 1 year ago

Added a test

MatthewFlamm commented 1 year ago

36 will needs to consider this flag too. But we need to get the base functionality working before tackling the corner cases.

banesullivan commented 1 year ago

Thanks for adding tests!