bjlittle / geovista

Cartographic rendering and mesh analytics powered by PyVista
https://geovista.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
154 stars 23 forks source link

add generic image test caching #825

Closed bjlittle closed 2 months ago

bjlittle commented 2 months ago

🚀 Pull Request

Description

This pull-request unifies plotting image test caching.

The previous approach (removed in #822) was only appropriate for image testing of the geovista.examples and did not easily extent to the changes introduced by #819, which expanded image testing beyond geovista.examples.

Reference:


codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.18%. Comparing base (b52ec46) to head (ccf651c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #825 +/- ## ======================================= Coverage 91.18% 91.18% ======================================= Files 58 58 Lines 2939 2939 ======================================= Hits 2680 2680 Misses 259 259 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.