You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 #247The text was updated successfully, but these errors were encountered: