On 2/27/07, johnf <[EMAIL PROTECTED]> wrote: > On Tuesday 27 February 2007 13:27, Paul McNett wrote: > > Nate Lowrie wrote: > > > Thought more about this. Fact is I need a system that I can use for > > > some projects at work that have test suites using PyUnit. I need > > > something like BuildBot, however, I don't really like BuildBot itself. > > > It's clunky, command line based, and requires a lot of setup. I have > > > to create the build master, create the build slaves, launch the > > > daemons, schedule the build, configure a rather large amount of > > > options in a cryptic config file, and pray to God that all of the > > > steps work.... > > > > I disagree about wanting a GUI for this. The commandline is much more > > explicit. > > I would think the GUI would be used to configure the tests.
Tests are configured and queued by the unittest module. Basically we are discussing a program for automatically running the test script every so often against the latest SVN copy and letting the user know through email when any of the tests fail. > -- > John Fabiani > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
