Beyond inline expectations

When you want to test

  • large/complicated output,

  • binary files like images,

  • error messages…

Think about snapshot testing!

From testthat third edition.

Beyond inline expectations When you want to test large/complicated output, binary files like images, error messages… Think about snapshot testing! From testthat third edition.