Re: [Mailman-Developers] Installation of mailman on local machine

2014-03-02 Thread Barry Warsaw
On Feb 28, 2014, at 02:38 AM, Tejas Shah wrote: >However, starting the mailman server using "mailman start", when i try to >test using "nose2 -v" , it gives me o/p: As Mark says, you should not start the mailman server before running the tests. 'mailman start' is there to start the server for pr

Re: [Mailman-Developers] Installation of mailman on local machine

2014-02-27 Thread Mark Sapiro
On 02/27/2014 01:08 PM, Tejas Shah wrote: > > However, starting the mailman server using "mailman start", when i try to > test using "nose2 -v" , it gives me o/p: You don't have to start mailman before running tests, but it should be OK. > Ran 593 tests in 43.713s > FAILED (failures=11, errors

Re: [Mailman-Developers] Installation of mailman on local machine

2014-02-27 Thread Abhilash Raj
Hi Tejas, On Fri, Feb 28, 2014 at 2:38 AM, Tejas Shah wrote: > Hi, > I've been trying to setup mailman on my local machine for contribution > .. I'm currently using instructions in the link below for setup: > > http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/view/head:/src/mailman/do

[Mailman-Developers] Installation of mailman on local machine

2014-02-27 Thread Tejas Shah
Hi, I've been trying to setup mailman on my local machine for contribution .. I'm currently using instructions in the link below for setup: http://bazaar.launchpad.net/~mailman-coders/mailman/3.0/view/head:/src/mailman/docs/START.rst Till now, i've configured my bzr and launchpad settings.. br