rstudio / shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing
Other
36 stars 4 forks source link

Update for new testServer() behavior #41

Closed alandipert closed 4 years ago

alandipert commented 4 years ago

This updates app 168 so that it doesn't use testModule(), which has been removed from Shiny master in favor of a more capable testServer().

I also modified the testthat configuration so that failing unit tests will signal an error instead of merely printing a summary.