On Thu, May 10, 2018 at 5:22 PM, Joel Nothman
wrote:
> Do you have pytest-cov installed?
>
> ___
> scikit-learn mailing list
> scikit-learn@python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>
> Thanks, I installed it and it works now
_
Do you have pytest-cov installed?
___
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn
Hi,
I am unable to run make test-coverage.
I get the error:
rm -rf coverage .coverage
pytest sklearn --showlocals -v --cov=sklearn --cov-report=html:coverage
usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --cov=sklearn
--cov-report=html:coverag