ClammingPy Code
ClammingPy - Light Python-API Documentation in Markdown and HTML
Brought to you by:
brigittebigi
>python -m pip install ".[tests]"
>python -m unittest discover
The last printed line should be "OK".
>coverage run -m unittest discover
It creates a .coverage file.
Then, see results in the terminal, and write XML report to tests/coverage.xml with:
>coverage report -m
>coverage xml