Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Continuous Integration command

Received: by 10.204.23.201 with SMTP id s9mr136915bkb.22.1255877213632;
        Sun, 18 Oct 2009 07:46:53 -0700 (PDT)
Received: by 10.204.23.201 with SMTP id s9mr136914bkb.22.1255877213593;
        Sun, 18 Oct 2009 07:46:53 -0700 (PDT)
Return-Path: <adam...@samfundet.no>
Received: from cassarossa.samfundet.no (cassarossa.samfundet.no [129.241.93.19])
        by gmr-mx.google.com with ESMTP id 12si243083bwz.6.2009.10.18.07.46.53;
        Sun, 18 Oct 2009 07:46:53 -0700 (PDT)
Received-SPF: pass (google.com: best guess record for domain of adam...@samfundet.no designates 129.241.93.19 as permitted sender) client-ip=129.241.93.19;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of adam...@samfundet.no designates 129.241.93.19 as permitted sender) smtp.mail=adam...@samfundet.no
Received: from adamcik by cassarossa.samfundet.no with local (Exim 4.69)
	(envelope-from <adam...@samfundet.no>)
	id 1MzX25-0008TE-2y
	for django-developers@googlegroups.com; Sun, 18 Oct 2009 16:46:53 +0200
Date: Sun, 18 Oct 2009 16:46:53 +0200
From: "Thomas K. Adamcik" <tadam...@gmail.com>
To: django-developers@googlegroups.com
Subject: Re: Continuous Integration command
Message-ID: <20091018144652.GL13164@samfundet.no>
References: <ca133d77-a68c-410a-9ed7-2b9b5b52cef3@p35g2000yqh.googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <ca133d77-a68c-410a-9ed7-2b9b5b52cef3@p35g2000yqh.googlegroups.com>
User-Agent: Mutt/1.5.18 (2008-05-17)

On Sat, Oct 17, 2009 at 09:59:38AM -0700, berto wrote:
> I wanted to be able to run a project's test suite in the same manner
> runserver restarts when a file is changed.  I did not find this
> feature in Django so I wrote the following code:

Have you looked at http://github.com/lacostej/nosyd yet? This seems might be
of interest based on what you are looking for. As an added bonus it allready
supports Django :)

-Thomas Adamcik