Questions tagged [unitizer]

Questions about the unitizer R unit testing framework.

Unitizer is an interactive R unit testing framework. See the project page for more details: https://github.com/brodieG/unitizer.

1 questions
2
votes
2 answers

Testing Against Stored R Objects

Is there a simple workflow to write tests that store objects as .rds or .rda so that future runs of a test can compare the result of code execution vs. the stored object? This would make it easy to check that functions that return somewhat complex…
BrodieG
  • 51,669
  • 9
  • 93
  • 146