Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upShinytest and testthat in tandem #297
Comments
|
I've just decided to have two test scripts, one for shinytest and others for testthat. |
I have a question about using shinytest and testthat together. How do I avoid two test outputs in the console? My current approach has a file
run_tests.Rin the root of my shiny project, it looks like this:This is kinda close but it looks like it's running two separate test logs. My log looks like:
But I would prefer it output something like:
Any advice would be appreciated.