The sample application at https://bitbucket.org/Gustavo/whatpylonsproject/src/820ab774bfe6/pylonssecuredapp/tests/functional/test_panel.py shows that all I need to do for functional tests to work is add extra_environ={'REMOTE_USER': 'myusername'}
I have tried this, but the response returns an unauthorized (401) status. Is there another step that I must complete that is not documented (well, even the remote user bit isn't documented, but at least it is in the sample code) ? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
