Python Code testen mit tox als CI Pipeline Basis
Ich habe mit tox eine Python Testumgebung eingerichtet die ebenfalls als Github Workflow agiert. Das Projekt fungiert als Grundstein für eine professionelle CI Pipeline.
0.2.0
Released on February 9, 2024.
Added
- Second version of the project
- Added
coverage
configuration totox.ini
. - File exclusions in
.pre-commit-config.yaml
to avoid Git warningLF will be replaced by CRLF
- Github Workflow
- Added
Changed
- Dependencies to absolute versions for long-term support.
- Merged
.flake8
intotox.ini
. README.md
with the new run command fortox v4
.- Removed deprecated environment variables to support
tox v4
. - Required Python version 3.12.0 or later