RFE: document apkg CI and testing
apkg CI has quite impressive coverage of distros and python versions which ensures apkg works across supported systems.
This should be documented for apkg developers as well as anyone who uses apkg (or packaging test in general) in CI.
The doc (or docs) should describe:
-
different kinds of tests in apkg
- unit tests
- self tests
- integration tests
- lint
-
howto run tests manually (
py.test
,ruff
,tox
) -
how tests are run in CI (
.gitlab-ci.yml
)