You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running devtools::test() the snapshots from the plot tests are automatically deleted each time, causing the tests to always pass since there is no previous snapshot to compare too. This does not happen when testing just the test files individually or when running devtools::check(). It seems to be a known issue but the fix there does not seem to work for our case (yet). I'll keep an eye on it.
The text was updated successfully, but these errors were encountered:
i think the issue is that, your tests are totally skipped and the snapshot file is not annouced yet. adding a announce_snapshot_file before skipping for your snapshot files should work for you
When running
devtools::test()
the snapshots from the plot tests are automatically deleted each time, causing the tests to always pass since there is no previous snapshot to compare too. This does not happen when testing just the test files individually or when runningdevtools::check()
. It seems to be a known issue but the fix there does not seem to work for our case (yet). I'll keep an eye on it.The text was updated successfully, but these errors were encountered: