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
coverageconfiguration totox.ini. - File exclusions in
.pre-commit-config.yamlto avoid Git warningLF will be replaced by CRLF - Github Workflow
- Added
Changed
- Dependencies to absolute versions for long-term support.
- Merged
.flake8intotox.ini. README.mdwith the new run command fortox v4.- Removed deprecated environment variables to support
tox v4. - Required Python version 3.12.0 or later