Learn R Programming

realtest (version 0.2.3)

Where Expectations Meet Reality: Realistic Unit Testing

Description

A framework for unit testing for realistic minimalists, where we distinguish between expected, acceptable, current, fallback, ideal, or regressive behaviour. It can also be used for monitoring third-party software projects for changes.

Copy Link

Version

Install

install.packages('realtest')

Monthly Downloads

261

Version

0.2.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Marek Gagolewski

Last Published

May 16th, 2023

Functions in realtest (0.2.3)

failstop

Example Test Result Postprocessors
ignore_differences

Example Object and Side Effect Comparers
source2

Read and Evaluate Code from an R Script
E

Test Which Expectations are Met
about_realtest

Where Expectations Meet Reality: Realistic Unit Testing in R
test_dir

Gather All Test Results From R Scripts
R

Create a Result Descriptor by Recording Effects of an Expression Evaluation
print.realtest_results_summary

Summarise and Display Test Results
P

Manually Create a Test Descriptor Prototype