Package: ttdo 0.0.9

ttdo: Extend 'tinytest' with 'diffobj'

The 'tinytest' package offers a light-weight zero-dependency unit-testing framework to which this package adds support of the 'diffobj' package for 'diff'-style comparison of R objects.

Authors:Dirk Eddelbuettel and Alton Barbehenn

ttdo_0.0.9.tar.gz
ttdo_0.0.9.zip(r-4.5)ttdo_0.0.9.zip(r-4.4)ttdo_0.0.9.zip(r-4.3)
ttdo_0.0.9.tgz(r-4.4-any)ttdo_0.0.9.tgz(r-4.3-any)
ttdo_0.0.9.tar.gz(r-4.5-noble)ttdo_0.0.9.tar.gz(r-4.4-noble)
ttdo_0.0.9.tgz(r-4.4-emscripten)ttdo_0.0.9.tgz(r-4.3-emscripten)
ttdo.pdf |ttdo.html
ttdo/json (API)
NEWS

# Install 'ttdo' in R:
install.packages('ttdo', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/ttdo/issues

On CRAN:

diffunit-testing

13 exports 21 stars 2.28 score 3 dependencies 329 downloads

Last updated 1 months agofrom:e7d5fd78fc

Exports:expect_equal_with_diffexpect_equal_xlexpect_equivalent_with_diffexpect_equivalent_xlexpect_error_xlexpect_false_xlexpect_identical_xlexpect_message_xlexpect_null_xlexpect_silent_xlexpect_true_xlexpect_warning_xlmakeDataFrame

Dependencies:crayondiffobjtinytest

Readme and manuals

Help Manual

Help pageTopics
Test for equality with explicit differenceexpect_equal_with_diff expect_equivalent_with_diff
Extensions of equality tests for tinytestexpect_equal_xl expect_equivalent_xl expect_identical_xl
Convert tinytest results to data.framemakeDataFrame
Extensions of boolean and messaging tests from tinytestexpect_error_xl expect_false_xl expect_message_xl expect_null_xl expect_silent_xl expect_true_xl expect_warning_xl ttdo_boolean_and_message_tests