start_testing: Start testing your solution

Description Usage Arguments Value Examples

Description

Exercism- and R-specific wrapper for testthat::auto_test() that starts testing your solution against the problem's test cases. Thus, you can improve it iteratively, in a "test-driven" manner.

Usage

1

Arguments

slug

a normalized, url-safe identifier for a problem e.g. "hello-world"

Value

Prints test reports

Examples

1
2
3
4
## Not run: 
  start_testing("hello-world")

## End(Not run)

jonmcalder/exercism documentation built on May 24, 2019, 4:06 a.m.