darrenburns / pytest-clarity

A plugin to improve the output of pytest with colourful unified diffs
MIT License
439 stars 23 forks source link

No coverage reporting #9

Open nedbat opened 5 years ago

nedbat commented 5 years ago

The contributing guidelines say, "please ensure the coverage at least stays the same before you submit a pull request," but there is no coverage reporting when running the tests with "tox". Looks like "coverage" was removed from the requirements in 0bdbaa805e5e5c334d35accf1341e3f74fa33d15.

(also, btw: the flake8 tox environment fails because flake8 isn't installed.)

nicoddemus commented 5 years ago

I would guess that the plugin was created using the cookiecutter-pytest-plugin, which adds that phrase automatically (here's another example).

You are right that it should be removed if there's no coverage, of course.