On Fri, Jan 22, 2016 at 01:58:07PM +0100, Petter Reinholdtsen wrote:
> [Guido Günther]
> > I'm using:
> >
> > python setup.py nosetests
My copy/paste missed an 's':
python setup.py nosetests
or just
nosetests
https://nose.readthedocs.org/en/latest/api/commands.html
has the details.
Cheers,
-- Guido