(url)
| 1010 | @testing.requires.sqlite |
| 1011 | def test_wrapper_hooks(self): |
| 1012 | def get_dialect_cls(url): |
| 1013 | url = url.set(drivername="sqlite") |
| 1014 | return url.get_dialect() |
| 1015 | |
| 1016 | global WrapperFactory |
| 1017 | WrapperFactory = Mock() |
nothing calls this directly
no test coverage detected