launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #06581
Re: setup.py help, re bug 154556
On Wed, 02 Mar 2011 01:58:41 you wrote:
> On Mon, Feb 28, 2011 at 11:05 PM, Tim Penhey <tim.penhey@xxxxxxxxxxxxx>
wrote:
> > Having written the core of lazr.enum, I decided to take a hack at
> > https://bugs.launchpad.net/lazr.enum/+bug/154556.
> >
> > First though, I edited the README.txt in the lazr.enum module to add the
> > test first. I added the failing test then ran:
> > ./setup.py test
> >
> > However it didn't fail. I then spent several attempts at trying to get
> > the actual doctest for lazr.enum to run without success.
>
> I decided to take a look at this and couldn't reproduce your problem.
> Here are the steps I took:
>
> bzr branch lp:lazr.enum lazr.enum/trunk
> cd lazr.enum/trunk
> clean-python-2.6.5 bootstrap.py
> bin/buildout
> bin/test -c
>
> All tests passed.
OK, here is my problem. I wasn't doing this.
References