daattali / ggExtra

📊 Add marginal histograms to ggplot2, and more ggplot2 enhancements
http://daattali.com/shiny/ggExtra-ggMarginal-demo/
Other
383 stars 45 forks source link

Tests should fail when a fig doesn't exist in tests/figs #111

Closed crew102 closed 6 years ago

crew102 commented 6 years ago

vdiffr does not signal a test failure (only throws a warning) if a figure does not yet exist in the tests/figs dir, which was resulting in some tests being skipped on Travis but our tests still passing. I'm going to change this behavior in an upcoming PR so that if the expected test fig doesn't exist, we'll get an error instead of a warning. This should result in Travis failure.