Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in testthat

Where to place library calls with testthat?

r testing testthat

R - testthat using data file outside the testing directory

r testing testthat

How to mock functions from base?

r mocking testthat

testthat pattern for long-running tests

r cran testthat

How to run a package's testthat tests

r testthat

How to write a testthat unit test for a function that returns a data frame

r unit-testing testthat

testthat fails within devtools::check but works in devtools::test

r devtools testthat

Is it possible to determine test order in testthat?

r unit-testing testthat

Run unit tests with testthat without package

r testing shiny testthat

Error in x[[method]](...) : attempt to apply non-function in testthat test when sourcing file

r testthat

Where to put external files for testthat tests

r testing testthat

Debugging 'testthat' tests in RStudio

Is there something in testthat like expect_no_warnings()?

r testthat

How to set the tolerance of expect_equal in testthat framework

r unit-testing testthat

How to write a test for a ggplot plot

How to test graphical output of functions?

r testing graphics plot testthat

Where should I put data for automated tests with testthat?