939
940
register_launchpad_request_publication_factories()
940
941
wsgi_intercept.add_wsgi_intercept(
941
942
'localhost', 80, lambda: wsgi_application)
946
951
FunctionalLayer.isSetUp = False
947
952
wsgi_intercept.remove_wsgi_intercept('localhost', 80)
948
955
# Signal Layer cannot be torn down fully
949
956
raise NotImplementedError