rstudio / dbtest

Automates testing of vector expressions of SQL translations for dplyr
http://db.rstudio.com/translation
Other
11 stars 5 forks source link

Output from `test_single_database` should have a S3 class #9

Closed colearendt closed 6 years ago

colearendt commented 6 years ago

I think it is probably worth adding a S3 class dbtest_output or something like that to the output from test_single_database. This would have the benefit of being testable with is_dbtest_output or something like it. This would also turn out to be helpful in plot_tests where we have to test for this type of object.