ropensci / dittodb

dittodb: A Test Environment for DB Queries in R
https://dittodb.jonkeane.com/
Other
81 stars 15 forks source link

Remove the hacky C code, use tracing only #167

Closed jonkeane closed 2 years ago

jonkeane commented 2 years ago

This removes the C code that was copied from testthat for mocking, and only uses tracing now. Also, adds a test that runs devtools::test() to ensure that works.