tests/testthat/_snaps/describe.md

describe: has to have a valid description for the block

Code
  describe()
Condition
  Error in `describe()`:
  ! `description` must be a single string, not absent.
Code
  describe("")
Condition
  Error in `describe()`:
  ! `description` must be a single string, not the empty string "".
Code
  describe(c("a", "b"))
Condition
  Error in `describe()`:
  ! `description` must be a single string, not a character vector.
Code
  it()
Condition
  Error in `it()`:
  ! `description` must be a single string, not absent.
Code
  it("")
Condition
  Error in `it()`:
  ! `description` must be a single string, not the empty string "".
Code
  it(c("a", "b"))
Condition
  Error in `it()`:
  ! `description` must be a single string, not a character vector.


Try the testthat package in your browser

Any scripts or data that you put into this service are public.

testthat documentation built on May 29, 2024, 9:38 a.m.