Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.24 KB

insights-ccx-messaging

GitHub Pages codecov License

Stub for all CCX services based on Insights Core Messaging framework

Makefile targets

Available targets are:

unit_tests           Run unit tests
coverage             Run unit tests, display code coverage on terminal
coverage-report      Run unit tests, generate code coverage as a HTML report
documentation        Generate documentation for all sources
shellcheck           Run shellcheck
pycodestyle          Check code style of all Python sources
pydocstyle           Check docstrings style of all Python sources
pyformat-check       Check formatting of all Python sources
pyformat             Reformat all Python sources
help                 Show this help screen