Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #9136
| Subject | Re: CI and BDD with Python |
|---|---|
| From | mark curphey <mark@curphey.com> |
| Date | 2011-07-09 19:39 -0700 |
| References | <B8E4D11B-6629-4111-AEF4-C40226912F60@curphey.com> <mailman.792.1310186214.1164.python-list@python.org> <d7123b8f-a03a-43e3-a850-3cf7378da1e5@b39g2000prd.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.817.1310265553.1164.python-list@python.org> (permalink) |
Thanks. FWIW I played with a bunch (Freshen, Morelia, Lettuce....) over the last few days and Lettuce appears to be the most "actively" maintained and closest to a cucumber-like implementation IMHO. I have decided to adopt it for now. I played with a few CI servers but Jenkins (Hudson) is tough to beat IMHO but I am sure this is just my personal preference. Anyways thanks for the help. Cheers, Mark On Jul 9, 2011, at 7:05 PM, Phlip wrote: > On Jul 8, 9:36 pm, Stefan Behnel <stefan...@behnel.de> wrote: >> mark curphey, 09.07.2011 01:41: >> >>> And for CI having been using Hudson for a while, any real advantages in a Python / Django world for adopting something native like Trac and one of the CI plugins like Bitten? > > I'm kind'a partial to Morelia for BDD. > > Don't be fooled by Ruby's RSpec - it's _not_ "BDD". In my exalted > opinion. "BDD" means "your customer gives you requirements as > sentences, and you make them into executable statements." That's what > Cucumber does, which Morelia learns from. > > And BDD and CI are orthogonal. BDD should be part of a complete TDD > test suite, and your CI tool should run that. > > I still like CruiseControl.rb - even though it has bugs when it sees > too many git integrations. Hudson had way too many features, and CCrb > mildly presumes you know how to operate its .cruise/projects folder > manually! > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: CI and BDD with Python Stefan Behnel <stefan_ml@behnel.de> - 2011-07-09 06:36 +0200
Re: CI and BDD with Python Phlip <phlip2005@gmail.com> - 2011-07-09 19:05 -0700
Re: CI and BDD with Python mark curphey <mark@curphey.com> - 2011-07-09 19:39 -0700
Re: CI and BDD with Python Phlip <phlip2005@gmail.com> - 2011-07-09 20:03 -0700
Morelia for BDD in Python (was: CI and BDD with Python) Ben Finney <ben+python@benfinney.id.au> - 2011-07-10 13:38 +1000
Re: Morelia for BDD in Python (was: CI and BDD with Python) Phlip <phlip2005@gmail.com> - 2011-07-09 22:10 -0700
Re: Morelia for BDD in Python Ben Finney <ben+python@benfinney.id.au> - 2011-07-10 15:21 +1000
Re: Morelia for BDD in Python Phlip <phlip2005@gmail.com> - 2011-07-10 08:00 -0700
Re: Morelia for BDD in Python Phlip <phlip2005@gmail.com> - 2011-07-10 08:29 -0700
Re: Morelia for BDD in Python rusi <rustompmody@gmail.com> - 2011-07-10 10:45 -0700
Re: Morelia for BDD in Python Ben Finney <ben+python@benfinney.id.au> - 2011-07-11 07:57 +1000
Re: Morelia for BDD in Python Stefan Behnel <stefan_ml@behnel.de> - 2011-07-10 08:52 +0200
Re: Morelia for BDD in Python (was: CI and BDD with Python) Phlip <phlip2005@gmail.com> - 2011-07-09 22:11 -0700
csiph-web