Darryl Cousins wrote:
>> >>> from zope.testbrowser import Browser
>> >>> browser = Browser()
>> >>> browser.addHeader('Authorization', 'Basic mgr:mgrpw')
oops:
>> >>> browser = Browser('http://localhost/contents.html')
# should be
browser.open('http://localhost/contents.html')