Skip to content

Running Unit Tests

Ron Klasky edited this page Nov 13, 2024 · 6 revisions

Rpath units tests may be run in 1 of 2 ways:

  1. Manually

Unit tests can be run manually by pressing either the Test or Check buttons under the RStudio Build tab.

  1. Automatically

Unit tests are run automatically via git actions when the user does a push to main, master, UnitTests, or dev or a pull request to main, master, or dev (this is defined in .github/workflows/R-CMD-check.yaml)

Clone this wiki locally