Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-19 Thread Gregory Ewing
Steven D'Aprano wrote: I assume the one you're talking about is Behaviour Driven Development. Wikipedia defines it as: BDD is a second-generation, outside-in, pull-based, multiple-stakeholder, multiple-scale, high-automation, agile methodology. It describes a cycle of interaction

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-13 Thread Terry Reedy
On 6/13/2010 9:43 PM, alex23 wrote: a...@pythoncraft.com (Aahz) wrote: If a new-ish term is being introduced, expecting each person to search for the meaning is rude. The question then becomes how does one determine whether a term one is using needs defining? If it has never be used before o

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-13 Thread Steven D'Aprano
On Sun, 13 Jun 2010 18:43:01 -0700, alex23 wrote: > a...@pythoncraft.com (Aahz) wrote: >> If a new-ish term is being introduced, expecting each person to search >> for the meaning is rude. > > The question then becomes how does one determine whether a term one is > using needs defining? Does OO?

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-13 Thread Robert Kern
On 6/13/10 8:43 PM, alex23 wrote: a...@pythoncraft.com (Aahz) wrote: If a new-ish term is being introduced, expecting each person to search for the meaning is rude. The question then becomes how does one determine whether a term one is using needs defining? When someone asks for the definiti

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-13 Thread alex23
a...@pythoncraft.com (Aahz) wrote: > If a new-ish term is being introduced, > expecting each person to search for the meaning is rude. The question then becomes how does one determine whether a term one is using needs defining? Does OO? How about FP? Or TDD? Is there a metric for how many years or

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-13 Thread Aahz
In article <83dddac7-7a3a-4dee-9944-ee2f0ec72...@u20g2000pru.googlegroups.com>, alex23 wrote: >Tycho Andersen wrote: >> >> I think his point may have been that there could be more than one >> meaning. My first guess would have been binary decision diagram. > >Ah, good point. My apologies for the

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-08 Thread alex23
Tycho Andersen wrote: > I think his point may have been that there could be more than one > meaning. My first guess would have been binary decision diagram. Ah, good point. My apologies for the dig, Terry :) -- http://mail.python.org/mailman/listinfo/python-list

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-08 Thread Tycho Andersen
On Tue, Jun 8, 2010 at 9:18 PM, alex23 wrote: > On Jun 9, 3:29 am, Terry Reedy wrote: >> On 6/8/2010 2:26 AM, Gabriel Falcão wrote: >> > There is not much to say, >> except to explain 'BDD'. > > If only there was some kind of way to quickly look up the meaning of > definitions, preferably one kno

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-08 Thread alex23
On Jun 9, 3:29 am, Terry Reedy wrote: > On 6/8/2010 2:26 AM, Gabriel Falcão wrote: > > There is not much to say, > except to explain 'BDD'. If only there was some kind of way to quickly look up the meaning of definitions, preferably one known to people of the programming persuasion... -- http:/

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-08 Thread Terry Reedy
On 6/8/2010 2:26 AM, Gabriel Falcão wrote: There is not much to say, except to explain 'BDD'. the documentation is at http://lettuce.it, and That does not explain it either, but links to http://pt.wikipedia.org/wiki/Behavior_Driven_Development which is the Portuguese version of http://en

Re: introducing Lettuce, BDD tool for python with Django integration

2010-06-08 Thread Francisco Souza
There's another BDD tool, also based on Cucumber, but it's more "mature": http://github.com/rlisagor/freshen We don't have a website yet, and if you wish to collaborate, then join us :) Best regards, Francisco Souza Software developer at Giran and also full time Open source evangelist at full tim

introducing Lettuce, BDD tool for python with Django integration

2010-06-07 Thread Gabriel Falcão
There is not much to say, the documentation is at http://lettuce.it, and the code is GNU/GPL3+ located at http://github.com/gabrielfalcao/lettuce There is a blog post introducing it at http://gabrielfalcao.com/2010/06/08/lettuce-0-1-official-release/