MathMarEcol / spatialplanr

Spatial Planning workflow for the MME Lab
https://mathmarecol.github.io/spatialplanr/
Other
8 stars 1 forks source link

Update testing for plotting #70

Open jaseeverett opened 8 months ago

jaseeverett commented 8 months ago

I have written a bunch of tests for spatialplanr. We are now up to 83 % coverage.

One area I am slightly unsure about it the splnr_gg_add(). @sandra-neubert can you add some more testing to it, to ensure we cover more lines. This essentially means modifying the existing test to include more of the options you added to splnr_gg_add() (contours, boundaries etc).

jaseeverett commented 8 months ago

Let me know if you need help with understanding the testing.