(self)
| 773 | |
| 774 | @threading_helper.reap_threads |
| 775 | def test_connect(self): |
| 776 | with self.reaped_server(SimpleIMAPHandler) as server: |
| 777 | client = self.imap_class(*server.server_address) |
| 778 | client.shutdown() |
| 779 | |
| 780 | @threading_helper.reap_threads |
| 781 | def test_bracket_flags(self): |
nothing calls this directly
no test coverage detected