ClammingPy 1.8

https://sourceforge.net/projects/clamming/

tests module

ClammingPy tests

Install required dependencies

>python -m pip install ".[tests]"

Launch tests

>python -m unittest discover

The last printed line should be "OK".

Analyze tests coverage

>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

List of classes