236
237
# way to add an accessor or an attribute to this transports so
237
238
# that we can filter them from the list of all existing
244
245
_transport = HttpTransport_urllib
248
249
t = self._transport(server.get_url())
249
250
self.assertRaises(ConnectionError, t.has, 'foo/bar')