On 05/15/2015 09:37 PM, Thomas De Schampheleire wrote:
On a related note: Mads reported that the amount of tests collected by
pytest outnumbered the amount of tests collected by nose. I compared
the output of 'nosetests --collect-only' and 'py.test --collect-only',
and conclude that this difference is due to the fact that pytest
counts a parametrized test with n parameter sets as n+1 (including the
unparametrized test), while nose counts it as n.

So according to me, there is no issue and the same tests are run with
either test runner.

Thanks for checking!

/Mads
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to