dittodb
dittodb copied to clipboard
dittodb: A Test Environment for DB Queries in R
https://github.com/jonkeane/dittodb/blob/master/R/listTables.R#L8
If we match DBI's methods, we should be able to test each driver relatively simply. What's the minimal and appropriate set of DBI methods that we should cover to test...
In general, the mocks don't care about the state of the database. However some test cases might want to manipulate the state and get two different results from the same...