thanks so much!  this worked based on your example!:

    def tearDown(self):
        if self.testapp_http is not None:
            self.testapp_http.shutdown()

    def test_foo(self):
        self.testapp_http = StopableWSGIServer.create(self.testapp.app)
        self.testapp_http.wait()
        res = self.testapp.get('/foo')
        

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/12517446-0d04-41ee-8090-9c3bbdce0037%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to