CHANGELOG.md

Changelog

All notable changes to the testwhat project will be documented in this file. This project adheres to Semantic Versioning.

4.11.1

4.11.0

4.10.0

4.9.8

Fixed

4.9.0

Changed

4.8.0

Added

Fixed

4.7.3

Improved

4.7.2

Improved

Added

4.7.1

Added

Changed

R ex() %>% check_correct(...) ex() %>% check_or(...)

4.7.0

When executing old skool test_() functions, testwhat will now check the environment variable TESTWHAT_V2_ONLY. If it is set to 1, an error will be generated. This will effectively make test_() functions unavailable for newer courses whose course image will have this environment variable baked in.

4.6.0

Added

R ex() %>% check_correct( check_object(., 'x') %>% check_equal(), check_function(., 'mean') %>% check_arg('x') %>% check_equal() )

```R # solution x <- list(a = 1)

# sct ex() %>% check_object('x') %>% check_equal(eq_fun = function(x, y) { x$a == x$b })

# submissions that will pass x <- list(a = 1) x <- data.frame(a = 1) x <- list(a = 1, b = 2) ```

4.5.1 - slight markdown improvements

Added

Changed

4.5.0 - test markdown exercises, the tidy way

Added

Changed

Removed

4.4.3

Added

Changed



datacamp/testwhat documentation built on June 26, 2022, 9:07 a.m.