Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add argument to turn off suppression of warnings and messages #269

Closed
wants to merge 2 commits into from

Conversation

jimhester
Copy link
Member

Closes #244

@jimhester
Copy link
Member Author

Thinking about this a little more this isn't exactly the API I would prefer. While it does allow you turn turn off suppression for each test_that block it does not allow you to turn it off globally.

I may change the default value suppress = getOption("testthat.suppress", c("message", "warning")) which would let you change them globally.

Edit: I did do what I suggested with 0b59ab1

@hadley
Copy link
Member

hadley commented Sep 24, 2015

I think a global option is the wrong way to do this.

@hadley hadley closed this Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants