CBTF 0.7.0 (2026-07-03)
New features
- Add the "time" class of inputs to
test_inputs(). - Add the
groupargument to print() to control how the results should be
grouped when printing: either by "input" (default) or by "function" (#10). - Add support for
show = "none"inprint()to output only the summary
statistics (#13).
Updates
- Add more inputs in
test_inputs(), bringing the total number of inputs from
70 to 85. - Use the full terminal size to display the progress report, so that the list
of arguments currently tested is shown as much as possible (#11). - Fix a crash in the strange case when
conditionMessage()produces more than
one error message (#12). - Return multiple warnings as a concatenated string, instead of returning only
the last one (#14).
Full Changelog: v0.6.0...v0.7.0