Perform extra steps after configuring the main engine for testing. (For the internal dialects, currently only used by sqlite, oracle, mssql)
(url, engine, follower_ident)
| 393 | |
| 394 | @register.init |
| 395 | def post_configure_engine(url, engine, follower_ident): |
| 396 | """Perform extra steps after configuring the main engine for testing. |
| 397 | |
| 398 | (For the internal dialects, currently only used by sqlite, oracle, mssql) |
| 399 | """ |
| 400 | |
| 401 | |
| 402 | @register.init |