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
We've kind of used unit tests to help validate things in the course, but those were mainly single assert or testthat cases in a script or part of a package's unit testing workflow.
We should also use tools specifically to validate our data to test our data's assumptions (e.g., no missing values, has a specific distribution, etc)