I don't think there's any particular way to do BDD that pyramid endorses. You may want to take a look at lettuce (http://lettuce.it/) the docs should set you well on your way.
There's also an interface to selenium so you could in theory have your lettuce scripts drive a web browser. ( https://github.com/bbangert/lettuce_webdriver), the author of this also wrote pylons. Hopefully that helps answer the bdd question. Thomas G. Willis On Sun, Feb 12, 2012 at 5:27 PM, Theron Luhn <[email protected]>wrote: > Hi guys! > > I'm a PHP developer, but I've decided to switch to Python and Pyramid > for a big upcoming project. Before I dive right into Pyramid, however, > I'm doing a bit of research and getting all my ducks in a row, so to > speak. So, I have a few questions: > > I've often wanted to start using Test Driven Development in my > projects. However, the concept has been completely over my head. > Recently I stumbled across Behavior Driven Development, and now it all > clicks. What's the best way to use BDD for a Pyramid project? > > Sessions: Pyramid docs say session data is "digitally signed, > however, and thus its data cannot easily be tampered with." I don't > want anyone tampering with my sessions, easy or not. Is this > sufficiently secure, or is there a better implementation? Maybe > sessions stored server-side with ZODB? > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
