Re: any suggestion about how to build Continuous testing for django project?

2010-02-02 Thread Simon Brunning
On 1 February 2010 17:25, pyleaf <lg.feixi...@gmail.com> wrote: > I am new for django. > any suggestion about how to build Continuous testing for django project? If you build your Django app with buildout (<http://bit.ly/cmdMQy>) you could try Hudson (<http://bit.l

Re: any suggestion about how to build Continuous testing for django project?

2010-02-02 Thread timc3
Or you could try BuildBot. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more

Re: any suggestion about how to build Continuous testing for django project?

2010-02-02 Thread Phlip
pyleaf wrote: > what about bitten? I can't find a screenshot. Can it compete with this? http://c0485891.cdn.cloudfiles.rackspacecloud.com/620ad37c-398d-4509-ae45-b88399c1c4a6_2_full.jpeg Also note that _none_ of those should be red. I'm sure the crew only broke them just to illustrate the

Re: any suggestion about how to build Continuous testing for django project?

2010-02-01 Thread pyleaf
what about bitten? On Tue, Feb 2, 2010 at 4:12 AM, Phlip <phlip2...@gmail.com> wrote: > pyleaf wrote: > > > I am new for django. > > any suggestion about how to build Continuous testing for django project? > > install fabric - and don't worry about its rem

Re: any suggestion about how to build Continuous testing for django project?

2010-02-01 Thread Phlip
pyleaf wrote: > I am new for django. > any suggestion about how to build Continuous testing for django project? install fabric - and don't worry about its remote options yet. Then create a fabfile.py at the root of your app. Create 3 targets; pull, test, and int. They pull from Git (you

any suggestion about how to build Continuous testing for django project?

2010-02-01 Thread pyleaf
I am new for django. any suggestion about how to build Continuous testing for django project? -- Believing is Everything. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@google