Hi,
I have finally understood HTTP authentication process: a zope.View
permission is set on a page in order to trigger the Unauthorized exception.
My new difficulty is how to catch this exception :
Unauthorized: (, 'browserDefault', 'zope.View')
Thanks for your help
Simon*
*
On Tue, May 26, 2009
Kent Tenney wrote:
> "zope.testing uses buildout. To start, run python bootstrap.py.
> It will create a number of directories and the bin/buildout script.
> Next, run bin/buildout. It will create a test script for you. Now, run
> bin/test to run the zope.testing test suite."
>
> $ python bootstrap
Howdy,
I'm having trouble getting started.
from http://pypi.python.org/pypi/zope.testing/3.7.4#getting-started:
"zope.testing uses buildout. To start, run python bootstrap.py.
It will create a number of directories and the bin/buildout script.
Next, run bin/buildout. It will create a test script