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
I just found out that tinytest is another R package that developers use to write unit tests for their R packages. It might be good to add support for this in addition to testthat and RUnit.
One thing I'll want to check is whether tinytest outputs are compatible with Codecov. It's not necessarily essential, but the user should at least be informed if their unit test/code coverage results will be viewable on Codecov afterwards.
The text was updated successfully, but these errors were encountered:
I just found out that
tinytest
is another R package that developers use to write unit tests for their R packages. It might be good to add support for this in addition totestthat
andRUnit
.One thing I'll want to check is whether
tinytest
outputs are compatible with Codecov. It's not necessarily essential, but the user should at least be informed if their unit test/code coverage results will be viewable on Codecov afterwards.The text was updated successfully, but these errors were encountered: