Package: unittest 1.7-0-999

Jamie Lentin

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:Jamie Lentin [aut, cre], Anthony Hennessey [aut]

unittest_1.7-0-999.tar.gz
unittest_1.7-0-999.zip(r-4.7)unittest_1.7-0-999.zip(r-4.6)unittest_1.7-0-999.zip(r-4.5)
unittest_1.7-0-999.tgz(r-4.6-any)unittest_1.7-0-999.tgz(r-4.5-any)
unittest_1.7-0-999.tar.gz(r-4.7-any)unittest_1.7-0-999.tar.gz(r-4.6-any)
unittest_1.7-0-999.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
unittest/json (API)

# 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

On CRAN:

Conda:

6.87 score 4 stars 245 scripts 450 downloads 5 mentions 6 exports 0 dependencies

Last updated from:f6ad0abb12. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK122
source / vignettesOK199
linux-release-x86_64OK111
macos-release-arm64OK134
macos-oldrel-arm64OK157
windows-develOK78
windows-releaseOK107
windows-oldrelOK94
wasm-releaseOK86

Exports:okok_grouput_cmp_equalut_cmp_errorut_cmp_identicalut_cmp_warning

Dependencies:

Frequently Asked Questions
General | How do I test error conditions? | How do I test if a warning is issued? | How do I test multivalue results, or see differences? | Grouping tests | I am sure I do not need to test my code. Is this true?

Last update: 2024-08-08
Started: 2019-05-30

Adding Tests to Packages
Adding unittest to your package | Testing functions exported by your package | Running your tests | Forcing test output color | Testing functions not exported by your package | Embedding tests in vignettes

Last update: 2022-08-30
Started: 2022-08-22

Getting Started
A very simple example | Comparing results

Last update: 2019-11-18
Started: 2019-05-30