Skip to content

Conversation

@westurner
Copy link
Contributor

This adds a dev requirement for pytest-cov (coverage is already required); which adds support for the pytest --cov= --cov-report= options.

I also added the verbose pytest flag to the Makefile because the test output is so much more helpful; that's something I could obviously opinionatedly add to derivatives of this excellent cookiecutter.

In checking only the pytest-related package versions on pypi against those in requirements_dev:

  • I noticed that there are newer versions and just changed all to current. Hopefully there's no version conflict.
  • I noticed that pytest-runner now says pytest-runner is bad and wrong and just use tox. I basically always just run make test and never python setup.py pytest anyway, so.
    https://pypi.org/project/pytest-runner/

rnag added a commit to rnag/cookiecutter-pypackage that referenced this pull request Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant