def test_connecting_annoyingly(self):
     self.assert_connection_works(MySQLdb.Connect(**self._auth))
     self.assert_connection_works(MySQLdb.Connection(**self._auth))
     self.assert_connection_works(
         MySQLdb.connections.Connection(**self._auth))