Rblp / Rblpapi

R package interfacing the Bloomberg API from https://www.bloomberglabs.com/api/
Other
166 stars 75 forks source link

Switch unit tests to tinytest #330

Closed eddelbuettel closed 3 years ago

eddelbuettel commented 3 years ago

One last change I am suggesting we should do (but which like #329 isn't "required") is to switch from RUnit to tinytest. I have done so for all my packages, and the change is very beneficial. Test scripts really are scripts, you can test (easily) while developing, test the installed package (more easily, RUnit allows it too). The momentum is clearly with tinytest and the conversion tends to be quick. Let me know what you think.

johnlaing commented 3 years ago

No objections here, either