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
Can testthat provide a way to determine if execution is inside testthat::test_*()? This would be useful when running tests semi-interactively, such as test(filter = "foo") in the Console:
Can testthat provide a way to determine if execution is inside
testthat::test_*()? This would be useful when running tests semi-interactively, such astest(filter = "foo")in the Console: