ClammingPy Code
ClammingPy - Light Python-API Documentation in Markdown and HTML
Brought to you by:
brigittebigi
| File | Date | Author | Commit |
|---|---|---|---|
| README.md | 2024-03-30 |
|
[ff2f73] Renamed "Clamming" into "ClammingPy", for clarity. |
| __init__.py | 2024-01-08 |
|
[f029a4] clamspack: bug correction when exporting a list... |
| coverage.xml | 2024-01-12 |
|
[cae63a] accessibility: add 'external-link' class and icon |
| test_claminfo.py | 2024-05-15 |
|
[aa8a15] added support of a README file in each package,... |
| test_clamspack.py | 2024-05-15 |
|
[aa8a15] added support of a README file in each package,... |
| test_clamutils.py | 2024-03-30 |
|
[ff2f73] Renamed "Clamming" into "ClammingPy", for clarity. |
| test_classparser.py | 2024-03-30 |
|
[ff2f73] Renamed "Clamming" into "ClammingPy", for clarity. |
| test_exportoptions.py | 2024-05-15 |
|
[aa8a15] added support of a README file in each package,... |
>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