984
984
def _preopen_isolate_transport(self, transport):
985
985
"""Check that all transport openings are done in the test work area."""
992
991
# ReadonlySmartTCPServer_for_testing decorates the backing transport
993
992
# urls it is given by prepending readonly+. This is appropriate as the
994
993
# client shouldn't know that the server is readonly (or not readonly).