r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

How to run tests on a user's database? #49

Open krlmlr opened 5 years ago

krlmlr commented 5 years ago

We already have test_all(), we need a convention to retrieve the default context from a database backend. Perhaps a dbiTestContext() method? As a stop gap, looking up an unexported function might be enough.