(table)
| 2199 | |
| 2200 | def test_override_type(self, connection): |
| 2201 | def assert_(table): |
| 2202 | assert isinstance(table.c.x.type, sa.String) |
| 2203 | |
| 2204 | self._do_test(connection, "x", {"type": sa.String}, assert_) |
| 2205 |
no outgoing calls
no test coverage detected