GaabrielCoosta / Python_pytest

Modulação com Testes Unitários e TDD
MIT License
1 stars 0 forks source link
modularization tdd-python testes-automatizados testes-unitarios

Ⓜ️ TDD - Unit Tests

NPM NPM

Captura de Tela 2023-03-23 às 08 44 18

TDD Cycles:

Note the existence of three cycles:

To perform testing on each feature of your code, you will always follow these cycles. These cycles are commonly referred to as red-green-refactor or red-green-blue.

📚CHALLENGE:

Develop an application with the following characteristics:

# Clone repository
git clone https://github.com/GaabrielCoosta/PythonPro_Mod01

# Enter the folder
cd file

# Clone Files
Open the file folder in your preferred IDE
It is necessary that the two files.py are in the same folder

👍Emphasis