281
284
# here). More precisely, the exception *has* been caught and captured
282
285
# but it is cleared when joining the thread (or trying to acquire the
283
286
# exception) and as such won't propagate to the server thread.
287
290
def test_handle_request_closes_if_it_doesnt_process(self):
288
291
server = self.get_server()