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 (closes #330) #332

Closed eddelbuettel closed 3 years ago

eddelbuettel commented 3 years ago

This simple PR converts the older and trusted RUnit testing framework to tinytest, a much more recent entrant in that space which as a newer design has a number of neat simplifications and features under the hood. Test files really are scripts, zero dependencies, faster start, ...

No test was changed. All but one tested for equality which becomes expect_equal, and one tested for an exception becomes expect_error.

I suggest to merge the other PR #331 first and the to rebase which I can do if/when the other one is merged.