Run Tests button in IDE returns error when run on individual test file.
==> Testing R file using 'testthat'
Error in !trace_length(trace) : invalid argument type
Calls: <Anonymous> ... tryCatchList -> tryCatchOne -> <Anonymous> -> rethrow
Execution halted
Exited with status 1.
So after running code __init__.R file in module (not including box::export) __tests__ folder and the running code in helper-module.R I can run tests interactively line by line, but the Run Tests button still doesnt' work. Not sure if this is necessary or something that can be fixed, but flagging here for now #247
Run Tests
button in IDE returns error when run on individual test file.So after running code
__init__.R
file in module (not including box::export)__tests__
folder and the running code inhelper-module.R
I can run tests interactively line by line, but theRun Tests
button still doesnt' work. Not sure if this is necessary or something that can be fixed, but flagging here for now #247