Open nedbat opened 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.
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.)