(url)
| 997 | @testing.requires.sqlite |
| 998 | def test_wrapper_hooks(self): |
| 999 | def get_dialect_cls(url): |
| 1000 | url = url.set(drivername="sqlite") |
| 1001 | return url.get_dialect() |
| 1002 | |
| 1003 | global WrapperFactory |
| 1004 | WrapperFactory = Mock() |
nothing calls this directly
no test coverage detected