zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

modularize unit tests #119

Closed zachmayer closed 1 month ago

zachmayer commented 9 years ago

All test should be wrapped in "test_that". Everything inside a test_that block should be 100% compartmentalized. If we skip_on_cran() a test, no other tests should fail because they depend on it's results.

I think this is our highest priority for 1.1, otherwise making sure our unit tests run on CRAN and locally will get too difficult.

zachmayer commented 1 month ago

https://github.com/zachmayer/caretEnsemble/pull/308