Maurits van Rees <[EMAIL PROTECTED]> wrote:

Andreas Jung, on 2007-10-20:

--On 19. Oktober 2007 22:29:35 -0200 Rodrigo Bernardo Pimentel wrote:
I have a product with one particular python script that, at a certain
point, needs to set a value in SESSION. That seems to work fine when I
try the product  manually, but, when I was writing functional doctests
for it using the testbrowser, I get an AttributeError saying that SESSION
doesn't exist. I tried creating a FakeRequestSession on app.REQUEST on
the doctest but that didn't help.

At least in ZopeTestCase you have to call setupCoreSessions() within your
afterSetUp() method..check the spelling for the ZTC docs.

http://getpaid.googlecode.com/svn/trunk/products/PloneGetPaid/tests/base.py

So Rodrigo: you can look there for inspiration.

Works like a charm! Thanks, Andreas and Maurits :)



        rbp
--
 http://isnomore.net


----------------------------------------------------------------


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to