def test_environ(self): """Displaying the wsgi environ works""" response = self.app.get('/environ.html') ok_('The keys in the environment are:' in response)