(cls)
| 1147 | ) |
| 1148 | |
| 1149 | def setup_mappers(cls): |
| 1150 | foo = cls.tables.foo |
| 1151 | |
| 1152 | cls.mapper_registry.map_imperatively(Foo, foo) |
| 1153 | |
| 1154 | def test_evt_on_flush_refresh(self): |
| 1155 | class="cm"># test for #3427 |
nothing calls this directly
no test coverage detected