Unit and Integration Testing Checklist #356
Replies: 4 comments
-
@mitchellmanware @kyle-messier Types of tests
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For most functions, minimum test requirement includes:
Example tests with
|
Beta Was this translation helpful? Give feedback.
-
An additional example of unit-testing base learner functions. This test focuses on running an XGBoost model with The example tests shows how the models are run on a small subset of data in a timely manner (11 seconds) and how certain expectations are placed on the output. See https://github.com/NIEHS/beethoven/blob/mm-tests-0820/tests/testthat/test-base-xgb.R
|
Beta Was this translation helpful? Give feedback.
-
beethoven unit and integration testing
Beta Was this translation helpful? Give feedback.
All reactions