(self, metadata)
| 3912 | |
| 3913 | @testing.fixture |
| 3914 | def base(self, metadata): |
| 3915 | yield declarative_base(metadata=metadata) |
| 3916 | clear_mappers() |
| 3917 | |
| 3918 | @testing.fixture |
| 3919 | def run_test(self, metadata, connection): |
nothing calls this directly
no test coverage detected