def setUp(self): super(RobotLayer, self).setUp() self.server = http.StopableWSGIServer.create(self.app, port=8080)