Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #9104

Re: CI and BDD with Python

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.010
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'trac': 0.07; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'hudson': 0.16; 'quicker': 0.16; '(i.e.': 0.17; 'once,': 0.19; 'setup.': 0.19; 'simpler': 0.19; 'header:In-Reply-To:1': 0.22; 'interface': 0.23; 'received:84': 0.28; 'shell': 0.29; 'stefan': 0.29; 'django': 0.29; 'usually': 0.33; 'to:addr:python-list': 0.34; 'header:X-Complaints-To:1': 0.34; 'header:User-Agent:1': 0.34; 'couple': 0.34; 'test': 0.34; 'options': 0.36; 'interface.': 0.37; 'anything': 0.37; 'but': 0.37; 'using': 0.37; 'received:org': 0.38; 'subject:: ': 0.38; 'something': 0.38; 'header:Mime-Version:1': 0.39; 'subject:with': 0.39; 'to:addr:python.org': 0.39; 'mark': 0.40; 'your': 0.60; 'full': 0.63; 'miss': 0.64; 'world': 0.65; 'here': 0.66; 'become': 0.72; 'advantages': 0.77; 'gain': 0.79; 'plugins': 0.91; 'adopting': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: CI and BDD with Python
Date Sat, 09 Jul 2011 06:36:36 +0200
References <B8E4D11B-6629-4111-AEF4-C40226912F60@curphey.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host dslb-084-056-020-013.pools.arcor-ip.net
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10
In-Reply-To <B8E4D11B-6629-4111-AEF4-C40226912F60@curphey.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.792.1310186214.1164.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1310186214 news.xs4all.nl 21785 [2001:888:2000:d::a6]:37277
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:9104

Show key headers only | View raw


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 warmly recommend Jenkins (i.e. Hudson) for anything CI. It gives you tons 
of plugins and configuration options together with full information 
awareness about your build status and dependencies through a nice web 
interface.

The only reason to go native here is that it may become simpler to set up 
Python build and test jobs. But given that it's usually just a couple of 
shell commands that you write once, you'd miss more from the interface than 
what you gain from a quicker job setup.

Stefan

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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