akhikolla / RcppDeepState

RcppDeepState, a simple way to fuzz test code in Rcpp packages
https://akhikolla.github.io./
8 stars 2 forks source link

script for saving inputs used in package tests #58

Closed tdhock closed 4 years ago

tdhock commented 4 years ago

similar to #57 but some tests use bad inputs which are expected to cause in error. how to ignore/remove these? e.g. in testthat files like https://github.com/tdhock/LOPART/blob/master/tests/testthat/test-LOPART.R there are test_that blocks with expect_error that should be removed.

tdhock commented 4 years ago

see #57