Skip to content

Releases: ravingmantis/unittest

Version 1.5-3

28 Sep 08:28
Compare
Choose a tag to compare
  • README: Use canonical form of CRAN URL
  • ut_cmp_*: Fix test failure on r-oldrel-windows-ix86+x86_64

Version 1.5-1

09 Sep 08:29
Compare
Choose a tag to compare
  • options: Disable git-diff colors where appropriate
  • options: options(unittest.output = ...) to redirect unittest output
  • ut_cmp_*: Support for r-devel-windows-x86_64-new-UL
  • ut_cmp_*: Add deparse_frame option for nicer comparision helpers
  • ut_cmp_*: Show more digits in diff output when required
  • ut_cmp_*: Windows path-related bugfixes
  • NEWS: Convert to a R-devel compatible format

Version 1.3-0

17 Feb 12:04
Compare
Choose a tag to compare
  • R/ok.R (ok): Add stacktrace as well as final failing call
  • R/ok.R (ok): Deparse the call object correctly when handling test errors
  • NAMESPACE: Declare that we use utils::capture.output
  • vignettes/getting_started.Rnw: Content moved here from package unittest-package.Rd
  • vignettes/code_cookbook.Rnw: Content moved here from package unittest-package.Rd

Version 1.2-0

17 Feb 11:51
Compare
Choose a tag to compare
  • R/non_interactive_summary.R: Remove broken detection for tests ending prematurely.
  • R/.R man/.Rd tests/*.R: Make the use of white space within parentheses consistent.
  • DESCRIPTION: Title should be in title-case.

Version 1.1-1

17 Feb 11:52
Compare
Choose a tag to compare
  • Fix spelling mistakes in documentation, changelog

Version 1.1-0

17 Feb 11:52
Compare
Choose a tag to compare
  • R/ok_group.R (ok_group): New function to display a debug message before evaluating a code block containing unit tests.
  • R/ok.R (ok): Long descriptions no longer breaks output.
  • R/non_interactive_summary.R (non_interactive_exit): Now notices when tests end prematurely and puts out debug message.
  • man/unittest-package.Rd: Fixed incorrect instructions for integration with R CMD check.

Version 1.0-1

17 Feb 11:53
Compare
Choose a tag to compare
  • tests/test_non_interactive.R (run_script): stdout and stderr in system2 command to tmp files to avoid 'illegal seek' error on Solaris.