The reference manual is available at https://realtest.gagolewski.com/.
[NEW FEATURE] R
(and hence E
too) now returns
a named list of objects passed thereto as arguments,
e.g., R(y^2)
extracts y
together with its value from the
parent environment.
[BUGFIX] Self-unit tests no longer depend on LC_LANGUAGE
.
[BUGFIX] The package requires R >= 4.0.
[NEW FEATURE] sides_comparer
is now solely responsible for
defining the semantics of side effect prototypes, therefore
P
performs only few non-invasive sanity checks of its arguments.
[BACKWARD INCOMPATIBILITY] Example comparer identical_or_TRUE
is no longer available.
[BACKWARD INCOMPATIBILITY] maps_identical_or_TRUE
has been renamed
sides_similar
and now allows for ignoring the side effects
indicated by the user.
[BUGFIX] summary.realtest_results
no longer tries to subset symbols.
[BUGFIX] test_dir
does not modify the global environment anymore.
[BUGFIX] test_dir
now evaluates tests in a temporary environment
whose parent is the caller's envir, not namespace:realtest
.
[NEW FEATURE] Core functions: E
, P
, R
.
[NEW FEATURE] Example comparers.
[NEW FEATURE] Example postprocessors.
[NEW FEATURE] Example batch case processing/reporting: test_dir
,
print.realtest_results_summary
, and summary.realtest_results
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.