modeltests is a package that exports tests for use in other packages. Currently I’m experimenting with moving the core broom tests into modeltests. This will allow other developers to guarantee that their tidier implementations that meet the broom tidy(), glance() and augment() specifications.
Example use:
dustpan package is a small demonstration of how to use modeltests and modelgenericsbroomA detailed vignette is in progress in broom as well.