> > We could certainly make testing with identity easier. Just think of
> > how you'd like the API to be in the ideal case... would you want to pass
> > username/passwrod to create_request and have it basically log in and then
> > perform the request under test?
> >
> > Kevin
>
> From my preliminary research, if we made BrowserSession official,
> alongside the DBTest class, things would probably be pretty sweet.

I think BrowserSession syntax is pretty good too for
integration/functional tests.   For unit tests (that don't involve the
full stack and the kid template) would it work to just ignore
identity?

The down side is that you'd have to test identity with full requests,
but that seems better than having every unit test require identity
setup.

-- 
Mark Ramm-Christensen
email: mark at compoundthinking dot com
blog: www.compoundthinking.com/blog

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to