Practicing TDD on Python with CI/CD Pipeline
Test in multiple Python Environments (3.9, 3.11 as arbitrary example)
Check Test Coverage and Linting(by Pylint) on CI Pipeline.
- Pyenv
- Poetry
- Tox
- Pytest
- CircleCI
- Codecov
In this project, I try to solve this example - https://osherove.com/tdd-kata-1
Applying Arrange/Act/Assert (AAA) Patern.
sejkimm