All tests pass. No exceptions.
A pytest plugin that ensures 100% test coverage on any project, immediately.
pip install pytest-positive
Just install it. That's it.
$ pytest
... [100%]
3 passed in 0.01s
Works on my machine.
Will this fix my actual bugs? No, but your CI will be green.
Is this production ready? All tests pass.