Hi folks, what I'm trying to do now is get a functional test going in
which I 

- start the server
- hit a page that creates a session variable
- hit another page that uses the session variable

but, I want to assert on the raw dictionary output of cherrypy, _not_ my
template output.

 I got unit tests asserting on the raw output using the tools in
testutil and the tutorial up on that, and I can see in testutil that
there _exist_ tools for more ( BrowsingSession? ) but I can't find any
docs on using them and there are no comments in testutil. I mucked
around with experiments but didn't get far. 

Has anyone done this and have any tips? Or know how to access some other
way the raw output from the last cherrypy call in a functional test
situation? ( ie, where the server is not restarted per test )

Thanks!
Iain


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to