Package: unittest 1.7-0-999
unittest: TAP-Compliant Unit Testing
Concise TAP <http://testanything.org/> compliant unit testing package. Authored tests can be run using CMD check with minimal implementation overhead.
Authors:
unittest_1.7-0-999.tar.gz
unittest_1.7-0-999.zip(r-4.5)unittest_1.7-0-999.zip(r-4.4)unittest_1.7-0-999.zip(r-4.3)
unittest_1.7-0-999.tgz(r-4.4-any)unittest_1.7-0-999.tgz(r-4.3-any)
unittest_1.7-0-999.tar.gz(r-4.5-noble)unittest_1.7-0-999.tar.gz(r-4.4-noble)
unittest_1.7-0-999.tgz(r-4.4-emscripten)unittest_1.7-0-999.tgz(r-4.3-emscripten)
unittest.pdf |unittest.html✨
unittest/json (API)
NEWS
# Install 'unittest' in R: |
install.packages('unittest', repos = c('https://ravingmantis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ravingmantis/unittest/issues
Last updated 3 months agofrom:f6ad0abb12. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 15 2024 |
R-4.5-win | OK | Oct 15 2024 |
R-4.5-linux | OK | Oct 15 2024 |
R-4.4-win | OK | Oct 15 2024 |
R-4.4-mac | OK | Oct 15 2024 |
R-4.3-win | OK | Oct 15 2024 |
R-4.3-mac | OK | Oct 15 2024 |
Exports:okok_grouput_cmp_equalut_cmp_errorut_cmp_identicalut_cmp_warning
Dependencies:
Adding Tests to Packages
Rendered fromtesting_packages.Rmd
usingknitr::rmarkdown
on Oct 15 2024.Last update: 2022-08-30
Started: 2022-08-22
Frequently Asked Questions
Rendered fromfaq.Rmd
usingknitr::rmarkdown
on Oct 15 2024.Last update: 2024-08-08
Started: 2019-05-30
Getting Started
Rendered fromgetting_started.Rmd
usingknitr::rmarkdown
on Oct 15 2024.Last update: 2019-11-18
Started: 2019-05-30
Readme and manuals
Help Manual
Help page | Topics |
---|---|
TAP-compliant Unit Testing | unittest-package unittest |
The unittest package's workhorse function | ok |
Group associated unit tests | ok_group |
Compare variables with verbose error output | ut_cmp_equal ut_cmp_identical |
Test for and compare errors generated by code | ut_cmp_error |
Test for and compare warnings generated by code | ut_cmp_warning |