Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 793 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 793 Bytes

tdd-kata

CircleCI codecov

Introduction

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.

Python Environments

  • Pyenv
  • Poetry
  • Tox

Test Framework

  • Pytest

CI/CD

  • CircleCI
  • Codecov

About Kata

In this project, I try to solve this example - https://osherove.com/tdd-kata-1

Applying Arrange/Act/Assert (AAA) Patern.

Author

sejkimm