Set database options (db_opts) for a test database that we created.
(db_url, db_opts, options)
| 388 | |
| 389 | @register.init_decorator(_adapt_update_db_opts) |
| 390 | def update_db_opts(db_url, db_opts, options): |
| 391 | """Set database options (db_opts) for a test database that we created.""" |
| 392 | |
| 393 | |
| 394 | @register.init |