joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
818 stars 224 forks source link

Use tinytest for unit testing #317

Open joshuaulrich opened 3 years ago

joshuaulrich commented 3 years ago

Unit tests are currently simple scripts that throw errors if expectations aren't met. It would be better to switch to a formal unit testing framework. RUnit is no longer actively maintained, and tinytest by @markvanderloo is a promising alternative.