[TIP] recommended way to run nose from coverage

André Caron andre.l.caron at gmail.com
Fri May 27 05:38:03 PDT 2016


This is how I do it:

    coverage run -m nose ...

André

On Fri, May 27, 2016 at 8:29 AM, Chris Withers <chris at simplistix.co.uk>
wrote:

> On 06/01/2016 18:30, Ned Batchelder wrote:
>
>> FWIW, I strongly prefer using coverage to run nose rather than the other
>> way around.  I guess that's to be expected :)  This may be an effect of
>> the nose coverage plugin somehow.
>>
>
> How do you do this?
>
> my naive:
>
>  coverage run nosetests
>
> ...gives "No file to run: 'noestests"
>
> Chris
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idyll.org/pipermail/testing-in-python/attachments/20160527/5305773b/attachment.html>


More information about the testing-in-python mailing list