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 custom (or extensible) TestThat reporter #18

Open
colearendt opened this issue Apr 16, 2018 · 1 comment
Open

Add custom (or extensible) TestThat reporter #18

colearendt opened this issue Apr 16, 2018 · 1 comment
Labels

Comments

@colearendt
Copy link
Contributor

The ListReporter does not allow caching additional information when tests execute... it would be nice to be able to do so, in order that the definition of the code we are executing could be captured, as well as the output that is being compared.

Motivation:

Remove "code" from the test name for a cleaner ggplot presentation. The "code" is still available in the testthat_results object

well... not completely. Not sure how to capture the output of what manip is defined as...

@colearendt
Copy link
Contributor Author

We should be able to stash:

  • query generated
  • code executed (new stack trace stuff?)
  • output from local
  • output from remote
  • any error message, etc.

If all of this is presented in a nice fashion, I think we will be in a really good state for iterating quickly on these tests!

This was referenced Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant