- [x] Explicit `ctx` in all tester functions - [x] Move tester functions to separate modules - [x] At least one module per _method_ tested, not one module per _class_ - [x] Find a better home for utility functions - [x] Prepare tests so that prose can be embedded easily - [ ] Support an easy way to run individual test functions - [ ] Sane ordering of methods (like in DBI vignette) - How to document/test interplay between methods? - Fetch results - Transaction - Parameters - ...
ctxin all tester functions