> Big things to do: > - hook into the paste config system...probably will shamelessly swipe > ideas from beaker (beaker's source is beautiful) > - figure out all the setuptools magic I want to happen, though I guess > it's not strictly necessary > - fill out the infrastructure a bit to support what I want to do for > the "TG2 Scheme" > - write the "TG2 scheme" > - write other schemes (httpbasic kinda works now, need httpdigest, > OpenID, etc.) > - write tests...not entirely sure how to go about testing this thing
OMG, a question I can answer! ;-) Use Twill and import the twill commands into a nose test suite. Running functional tests with twill through nose is really easy and it does all your cookie stashing for you and let's you pretend to be different agents and stuff. Plus Titus and Gregio (sp?) are really helpful on the twill and testing python mailing lists. And there would be no reason you couldn't combine it with checks on what is in the raw db at the same time ( though I haven't quite figured out the best way to do this yet, baby steps for me). It is really easy to run long progressions of login and outs. I could actually help there, I've been writing twill tests of member sign up and status changing and editing ad nauseum for the last four days. Iain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
