Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rixx/coverageroulette

Cover those LOC, pronto.
https://github.com/rixx/coverageroulette

coverage python tests

Last synced: 6 days ago
JSON representation

Cover those LOC, pronto.

Awesome Lists containing this project

README

        

coverate roulette
-----------------

Do you know the handy coverage.py_? It's a useful tool to measure the test coverage of your python
program! It supports CPython and PyPy for Python2 and Python3, and integrates with pytest, aswell!

Now, have you ever looked at a long list of uncovered source code lines and despaired? Despair no
more! Execute `shoot.py` on an xml coverage report to receive a random uncovered line of code.
Now go write (good) tests!

Usage::

> coverage xml
> shoot.py coverage.xml
Write a test covering line 127 in file "foo/bar/baz/cookie.py"!

.. _coverage.py: https://coverage.readthedocs.io/en/coverage-4.4.1/