(self)
| 529 | self.assertTrue(conn.open) |
| 530 | |
| 531 | def test_set_charset(self): |
| 532 | c = self.connect() |
| 533 | c.set_charset("utf8mb4") |
| 534 | # TODO validate setting here |
| 535 | |
| 536 | def test_defer_connect(self): |
| 537 | import socket |
nothing calls this directly
no test coverage detected